pytorch/test
Lu Fang c67ade26a7 Add onnx support for clamp_min clamp_max (#9224)
Summary:
Add support for clamp as required by https://github.com/onnx/onnx/issues/1168
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9224

Reviewed By: yinghai

Differential Revision: D8758945

Pulled By: houseroad

fbshipit-source-id: fad724d273c59f4527e96481ee6b2d14bfba205d
2018-07-09 16:25:44 -07:00
..
bottleneck Implement torch.util.bottleneck (#5216) 2018-03-23 17:27:35 -04:00
cpp/api nn::Module::as (#9149) 2018-07-06 11:10:29 -07:00
cpp_extensions Add file and line to CUDA_CHECK and CUDNN_CHECK (#8836) 2018-06-25 10:46:52 -04:00
data Merge Variable and Tensor classes (#5225) 2018-02-23 18:03:31 -05:00
error_messages
expect Add some missing error checks in sparse. (#9140) 2018-07-03 13:11:12 -07:00
ffi/src
onnx Add onnx support for clamp_min clamp_max (#9224) 2018-07-09 16:25:44 -07:00
optim
common.py Allow passing '0' to ASAN/UBSAN flags (#9202) 2018-07-06 08:40:37 -07:00
common_cuda.py Add memory leak check in CUDA tests (#7270) 2018-05-31 15:09:54 -04:00
common_nn.py Test nn.Module on non-contiguous inputs (#9114) 2018-07-05 21:09:34 -07:00
run_test.py Create initial Python bindings for c10d (#8119) 2018-06-08 12:59:51 -07:00
test_autograd.py move unbind to ATen 2018-07-08 16:46:35 -07:00
test_c10d.py Find unused port for test dynamically (#9037) 2018-06-29 12:25:23 -07:00
test_cpp_extensions.py Export tensor descriptor (#8313) 2018-06-20 22:32:50 -07:00
test_cuda.py Test nn.Module on non-contiguous inputs (#9114) 2018-07-05 21:09:34 -07:00
test_dataloader.py Add flag for disabling tests with multiprocessing spawn start method (#9061) 2018-06-30 14:39:11 -07:00
test_distributed.py Build system changes (#8627) 2018-06-20 17:45:26 -04:00
test_distributed_trap.py fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5af 2018-06-27 04:50:56 -07:00
test_distributions.py Fix TestAutograd.test_pinverse not actually testing (#9192) 2018-07-05 18:55:00 -07:00
test_indexing.py Fix boolean indexing. (#8920) 2018-07-03 10:24:12 -07:00
test_jit.py #8714 Improve Error Messages for module re-assignment (#9212) 2018-07-08 16:46:33 -07:00
test_legacy_nn.py Migrated hardshrink() to ATen and deprecated nn.Hardshrink() (#8117) 2018-06-14 16:42:20 -04:00
test_multiprocessing.py Turn on UBSAN in the OSS build (#8813) 2018-07-05 15:55:49 -07:00
test_nccl.py Add memory leak check in CUDA tests (#7270) 2018-05-31 15:09:54 -04:00
test_nn.py Update extension docs, fix Fold/Unfold docs (#9239) 2018-07-08 19:09:39 -07:00
test_optim.py Turn on UBSAN in the OSS build (#8813) 2018-07-05 15:55:49 -07:00
test_sparse.py Test nn.Module on non-contiguous inputs (#9114) 2018-07-05 21:09:34 -07:00
test_torch.py Unique cuda support (#8899) 2018-07-08 17:09:26 -07:00
test_utils.py Fix TestCollectEnv flakiness (#8983) 2018-06-28 11:45:37 -07:00