summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Fix documentation (#15372)Benoit Rostykus1-1/+1
2018-12-19computeChains with nomnigraph (#15366)Bram Wasti4-10/+187
2018-12-19Refactor dataloader.py (#15331)SsnL10-428/+524
2018-12-19Rename potrs to cholesky_solve (#15334)vishwakftw17-146/+175
2018-12-19centralize side effects ops as node method (#15188)Elias Ellison6-14/+20
2018-12-19Optional ScalarType support for native functions & JIT (#15154)Tugrul Ates7-2/+16
2018-12-19Implement 'to' on ScriptModules (#15340)vfdev-52-1/+6
2018-12-19Update cpuinfo submodule (#15385)Marat Dukhan1-0/+0
2018-12-18Updating submodulessvcscm1-0/+0
2018-12-18race condition fix of using mutable_data inside OPENMP region for batched mat...Jianyu Huang1-2/+3
2018-12-18add whitelisted clang-format checks (#15254)Michael Suo3-1/+150
2018-12-18build fixZachary DeVito1-2/+2
2018-12-18Split up compiler.cpp (#15355)Zachary DeVito18-977/+1089
2018-12-18Autograd using torchscript (#14604)Ailing Zhang21-149/+350
2018-12-18Minor clean up for test_jit (#15368)Wanchao Liang7-89/+21
2018-12-18Add RNNCell modules to Script standard library (#14695)David Riazati4-22/+64
2018-12-18Remove fully qualified weak script names (#15364)David Riazati2-86/+87
2018-12-18Redefine scheduler to set learning rate using recursive formula (#14010)Chandler Zuo2-42/+356
2018-12-18Replace resize_dim() with set_sizes_and_strides() in (#15348)Ruiyang Liu1-1/+1
2018-12-18Minor cleanup for TestFuser tests (#15134)Richard Zou4-54/+11
2018-12-18add dense vector to id_list operator (#15090)Bill Li3-0/+162
2018-12-18fix clang-tidy script for python 3Michael Suo1-1/+1
2018-12-18Port torch.linspace to ATen and parallelize it on CPU.Gregory Chanan10-99/+118
2018-12-18Add (Un)Fold modules to standard library (#14759)David Riazati5-6/+32
2018-12-18Fix the (reduce)min and (reduce)max ONNX exporting (#15241)Lu Fang4-2/+116
2018-12-18Method returns a single argument (#15289)Zachary DeVito40-308/+364
2018-12-18caffe2 mobile opengl (#15322)Jerry Zhang70-11807/+1
2018-12-18Revert D13383102: [pytorch][PR] Upgrade MKL-DNN to version 0.17Edward Yang4-22/+21
2018-12-17Updating submodulessvcscm1-0/+0
2018-12-17improve script/no script save error (#15321)Zachary DeVito2-1/+19
2018-12-17Allow tracing with fork/wait (#15184)James Sun5-9/+99
2018-12-17[TensorIterator fixing mean to output correct result for half precisiā€¦ (#14...Jie9-82/+151
2018-12-17Reenable OpenMP by reverting the following two commits. (#15315)Edward Yang6-69/+45
2018-12-17Fix _apply in nn.Module (#15305)Peter Goldsborough4-20/+57
2018-12-17Add a correctness check for C++ types to custom operators (#15247)Peter Goldsborough1-1/+25
2018-12-17caffe2/python/task: added __repr__ methods to all task definitions (#15250)Tristan Rice2-0/+49
2018-12-17Port nn fold and unfold to c++Roy Li11-140/+121
2018-12-17Allow future type parsingJames Sun2-0/+32
2018-12-17Removing BUILD_C10_EXPERIMENTAL_OPS option and unglobbing experimental/c10d opsJesse Hellemn2-4/+36
2018-12-17Bicubic interpolation for nn.functional.interpolate (#9849)David Riazati37-126/+949
2018-12-17add isinstance static type checking for jit (#15076)Wanchao Liang3-21/+111
2018-12-17Fix the missing caffe2 proto files for Windows (#15157)peter3-0/+36
2018-12-17Replace SwitchToDevice(0) with SwitchToDevice() (#15126)Edward Yang5-10/+11
2018-12-17Don't enforce docstrings on bool dispatch (#15306)David Riazati1-0/+3
2018-12-17Fix for issue 14829 (#14908)Soumyaroop Roy2-16/+8
2018-12-17Minor fixes in .jenkins/caffe2/bench.shJunjie Bai1-2/+5
2018-12-17Adding ONNX export for torch.expand and torch.ne (#15050)Spandan Tiwari6-27/+160
2018-12-17Tighten up invariants regarding StreamId. (#15125)Edward Yang5-11/+40
2018-12-17Fix tensor printing bug in Python 2 (#12732)David Riazati2-1/+13
2018-12-16Refactor hotpatch_vars and apply it to libtorch (#14976)peter3-24/+34