summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Recursively find tensors in DDP module output (#19360)Pieter Noordhuis2-8/+24
2019-04-18Fix pickling torch.float32 (#18045)Ailing Zhang2-4/+3
2019-04-18Respect order of Parameters in rnn.py (#18198)David Riazati3-16/+23
2019-04-18Refactor EmitLoopCommon to make it more amenable to future extensions (#19341)Nikolay Korovaiko1-61/+69
2019-04-18Cleanup init_process_group (#19033)Kutta Srinivasan1-23/+37
2019-04-18Update module.py documentation. (#19347)Alexandros Metsai1-5/+4
2019-04-18Add device-specific cuFFT plan caches (#19300)Tongzhou Wang2-41/+68
2019-04-18Allow registering ops without specifying the full schema (#19286)Sebastian Messmer2-15/+39
2019-04-18Move function schema parser to ATen/core build target (#19282)Sebastian Messmer6-17/+13
2019-04-18Remove copy and copy_ special case on Type (#18972)Roy Li3-11/+13
2019-04-18Add constant folding to ONNX graph during export (Resubmission) (#18698)Spandan Tiwari6-15/+296
2019-04-17Remove usages of TypeID (#19183)Roy Li3-13/+14
2019-04-17Fixing function schema parser for Android (#19281)Sebastian Messmer8-24/+289
2019-04-17Split function schema parser from operator (#19280)Sebastian Messmer8-262/+306
2019-04-17Clang-format torch/csrc/jit/passes/quantization.cpp. (#19385)Mikhail Zolotukhin1-13/+10
2019-04-17Allow DDP to wrap multi-GPU modules (#19271)Shen Li1-20/+64
2019-04-17hub minor fixes (#19247)Ailing Zhang1-23/+54
2019-04-17fix wrong schema (#19370)Elias Ellison1-7/+9
2019-04-17Fix printing format in examples in jit/README.md. (#19323)Mikhail Zolotukhin1-101/+85
2019-04-17Revert D14901379: [jit] Add options to Operator to enable registration of ali...Michael Suo6-109/+26
2019-04-17Revert D14901485: [jit] Only require python print on certain namespacesMichael Suo1-10/+1
2019-04-17Cast not expressions to bool (#19361)Elias Ellison1-13/+17
2019-04-17Only require python print on certain namespaces (#18846)Bram Wasti1-1/+10
2019-04-17Add options to Operator to enable registration of alias analysis passes (#18589)Bram Wasti6-26/+109
2019-04-16Fix python lint (#19331)Junjie Bai1-1/+1
2019-04-16Profiling pipeline part1Nikolay Korovaiko5-0/+146
2019-04-16Add slicing and int_repr() to QTensor (#19296)Jerry Zhang1-0/+10
2019-04-16Add len() for strings (#19320)David Riazati1-1/+5
2019-04-16Step 3: Add support for return_counts to torch.unique for dim not None (#18650)Xiang Gao2-28/+28
2019-04-16Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors (#18952)Vitaly Fedyunin8-50/+83
2019-04-16math module support (#19115)Alexandr Morev2-3/+122
2019-04-16Revert replicate.py to disallow replicating multi-device modules (#19278)Shen Li1-181/+10
2019-04-16graph_for based on last_optimized_executed_graph (#19142)Zachary DeVito6-60/+32
2019-04-16Move OMP/MKL thread initialization into ATen/Parallel (#19011)Ilia Cherniavskii3-6/+10
2019-04-15Ellipsis in subscriptNikolay Korovaiko5-17/+61
2019-04-15Add input information in RecordFunction calls (#18717)Ilia Cherniavskii7-69/+110
2019-04-15Make DistributedDataParallel use new reducer (#18953)Pieter Noordhuis4-180/+175
2019-04-13Remove GraphExecutor's python bindings (#19141)Zachary DeVito2-51/+7
2019-04-13Cleanup ScriptModule bindings (#19138)Zachary DeVito2-28/+21
2019-04-13get propagate_shape logic out of module.h (#19137)Zachary DeVito3-99/+66
2019-04-13Make debug subgraph inlining thread local (#19136)Zachary DeVito4-40/+27
2019-04-13Support Kwargs in C++ Function/Method calls (#19086)Zachary DeVito3-50/+16
2019-04-12import warnings in torch.hub & fix master CI travis (#19181)Ailing Zhang1-0/+1
2019-04-12Add pass registration mechanism (#18587)Bram Wasti5-0/+50
2019-04-12JIT Layernorm fusion (#18266)Wanchao Liang1-60/+135
2019-04-12Add Quantized Backend (#18546)Jerry Zhang1-0/+9
2019-04-12Step 2: Rename _unique_dim2_temporary_will_remove_soon to unique_dim (#18649)Xiang Gao1-0/+3
2019-04-12Fix onnx ints (#19102)Lu Fang1-13/+24
2019-04-11Replace more usages of Type with DeprecatedTypeProperties (#19093)Roy Li3-5/+4
2019-04-11Support attributes when copying modules (#19040)David Riazati1-4/+6