| .. |
|
_thnn
|
Fix typos.
|
2017-08-25 14:27:07 -04:00 |
|
autograd
|
Make grad_output optional in gradgradcheck (#3459)
|
2017-11-03 07:55:14 -04:00 |
|
backends
|
Added tensor op check for cudnn rnns (#3409)
|
2017-11-01 05:51:23 -04:00 |
|
contrib
|
move write_vis into contrib
|
2017-09-20 12:24:27 -04:00 |
|
csrc
|
Fix warning in jit/ir.cpp
|
2017-11-03 09:11:33 -07:00 |
|
cuda
|
comments and case where not all sparse (#3370)
|
2017-11-01 06:05:17 -04:00 |
|
distributed
|
Make distributed recv return sender rank
|
2017-09-25 12:11:52 -04:00 |
|
for_onnx
|
Codemod Toffee -> ONNX, toffee -> onnx. Change file names to match
|
2017-09-06 13:45:39 -04:00 |
|
jit
|
Count hits/misses, add statistics printing. (#3369)
|
2017-11-01 06:35:48 -04:00 |
|
legacy
|
Add reduce keyword to L1Loss (#3366)
|
2017-11-01 06:33:18 -04:00 |
|
lib
|
NO_CUDA for travis
|
2017-11-02 19:53:36 -04:00 |
|
multiprocessing
|
improved serialization (no tar copy) (#713)
|
2017-02-22 22:24:20 +01:00 |
|
nn
|
Fix MSELoss docs (#3443)
|
2017-11-02 13:08:36 -04:00 |
|
onnx
|
Move ONNX broadcast fusion into separate ONNX pass, fixes verbose printing.
|
2017-11-01 09:49:53 -04:00 |
|
optim
|
dense buffer (#3139)
|
2017-10-17 00:51:37 +02:00 |
|
sparse
|
Report overall size of sparse tensors. (#1461)
|
2017-05-03 17:51:56 -04:00 |
|
utils
|
If available try to use requests instead of urllib for model_zoo.load_url (#3280)
|
2017-10-31 08:53:58 -04:00 |
|
__init__.py
|
lazy-load nvrtc and libcuda (#3408)
|
2017-11-01 06:07:03 -04: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 torch.take and Tensor.put_ (#3263)
|
2017-11-01 06:04:44 -04:00 |
|
_tensor_str.py
|
Dynamically find min log scale #3289
|
2017-10-27 02:42:16 +05:30 |
|
_torch_docs.py
|
Add torch.take and Tensor.put_ (#3263)
|
2017-11-01 06:04:44 -04:00 |
|
_utils.py
|
comments and case where not all sparse (#3370)
|
2017-11-01 06:05:17 -04:00 |
|
distributions.py
|
adds sample_n function (#3249)
|
2017-10-31 09:04:05 -04:00 |
|
functional.py
|
Correct negative dim behavior in torch.stack (#2084)
|
2017-07-13 16:29:31 -04:00 |
|
random.py
|
Add torch.random.fork_rng, which forks the RNG temporarily.
|
2017-10-05 15:27:49 -04:00 |
|
serialization.py
|
Fix E722 ('do not use bare except') (#3239)
|
2017-10-23 23:03:37 -04:00 |
|
storage.py
|
Concatenate directly into shared memory when constructing batches (#1323)
|
2017-04-22 03:40:30 -04:00 |
|
tensor.py
|
Allow casting one-element Tensors onto Python scalars
|
2017-10-31 08:51:55 -04:00 |