pytorch/torch
2018-02-17 23:35:30 -05:00
..
_thnn Fix typos. 2017-08-25 14:27:07 -04:00
autograd Tweak 'detach' docstring. (#5292) 2018-02-17 23:35:30 -05:00
backends Use Variable instead of Tensor in Function.forward (#4786) 2018-02-06 17:24:27 -05:00
contrib Refactor ir.h to distinguish Nodes and Values 2017-11-15 11:47:18 -08:00
csrc Fix ASAN detected global buffer overflows in autograd (#5289) 2018-02-17 19:52:45 -08:00
cuda warn that CUDA capability 3.0 and 5.0 is no longer supported (#5125) 2018-02-08 00:07:53 -05:00
distributed Release NCCL distributed backend from experimental (#4921) 2018-01-30 16:21:21 +01:00
distributions Ensure Distribution.sample() result is detached (#5086) 2018-02-14 01:32:11 +01:00
for_onnx Codemod Toffee -> ONNX, toffee -> onnx. Change file names to match 2017-09-06 13:45:39 -04:00
jit Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00
legacy check attribute existence in SpatialFullConvolution (#5255) 2018-02-16 21:06:08 -05:00
lib #4990, Makes Window build fail quicker (#5175) 2018-02-12 13:11:15 -05:00
multiprocessing Add build support for Python 2.7 using MSVC (#4226) 2017-12-20 15:07:25 +01:00
nn Fix typo in DataParallel docs (#5268) 2018-02-15 23:02:26 +01:00
onnx Implement symbolic for slice operation (#5204) 2018-02-13 10:12:59 -08:00
optim Fixes for docstrings/sphinx rendering of CosineAnnealingLR and Local Response Normalization (#5254) 2018-02-15 10:29:02 -05:00
sparse Make integer parameters and buffers immune to float(), double() and half() (#3820) 2017-11-22 18:34:53 -05:00
testing Add scalar module tests for common_nn. (#5095) 2018-02-07 14:09:24 -05:00
utils Use TORCH_EXTENSION_NAME macro to avoid mismatched module/extension name (#5277) 2018-02-16 22:31:04 -05:00
__init__.py Initialize cuda before setting cuda tensor types as default 2018-01-23 11:06:22 +01:00
_six.py Symbolic implementation of Index supporting tuple of slices. (#3294) 2017-10-27 02:39:38 +05:30
_storage_docs.py [Ready] Limit docs line length (#1900) 2017-07-10 10:24:54 -04:00
_tensor_docs.py Add Variable.item() (#5090) 2018-02-06 17:15:53 -05:00
_tensor_str.py Move repeat to torch/_utils.py (#4712) 2018-01-17 17:30:43 -05:00
_torch_docs.py make explicit about keyword-onlyness of out (#5165) 2018-02-13 09:55:36 -08:00
_utils.py Use Variable instead of Tensor in Function.forward (#4786) 2018-02-06 17:24:27 -05:00
functional.py Various testing and utility improvements including torch.testing module. (#4726) 2018-01-19 10:54:41 -05:00
random.py doc: Normalize all true/false in docstrings to `True|False` (#3593) 2017-11-09 08:12:29 -05:00
serialization.py Allow map_location in torch.load to be a string 2017-12-16 13:04:42 +01:00
storage.py Move repeat to torch/_utils.py (#4712) 2018-01-17 17:30:43 -05:00
tensor.py Move repeat to torch/_utils.py (#4712) 2018-01-17 17:30:43 -05:00
torch.h [cpp extensions] Create torch.h and update setup.py 2018-02-01 16:19:03 -08:00