pytorch/test
Xiang Gao 83066e9b30 Add trigonometry functions for ONNX export (#7540)
Summary:
Trigonometry functions are newly added to ONNX in a recent PR https://github.com/onnx/onnx/pull/869

This PR makes pytorch support exporting graphs with trigonometry functions.

This PR might need to wait until it is ready to change
```python
_onnx_opset_version = 6
```
to
```python
_onnx_opset_version = 7
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/7540

Differential Revision: D9395041

Pulled By: bddppq

fbshipit-source-id: bdf3e9d212b911c8c4eacf5a0753bb092e4748d2
2018-08-19 23:01:28 -07:00
..
bottleneck
cpp/api Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
cpp_extensions Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
custom_operator Build mechanism for custom operators (#10226) 2018-08-16 18:56:17 -07:00
data
error_messages
expect Move at::chunk into the graph fuser (#10178) 2018-08-18 16:10:11 -07:00
ffi/src
onnx Add trigonometry functions for ONNX export (#7540) 2018-08-19 23:01:28 -07:00
optim
common.py enable unit tests and other changes (#10266) 2018-08-06 14:54:01 -07:00
common_cuda.py Add memory leak check in CUDA tests (#7270) 2018-05-31 15:09:54 -04:00
common_nn.py Add CELU activation to pytorch (#8551) 2018-08-01 07:54:44 -07:00
run_test.py improve use of ROCm libraries, enable more tests, small fixes (#10406) 2018-08-13 11:39:43 -07:00
test_autograd.py improve use of ROCm libraries, enable more tests, small fixes (#10406) 2018-08-13 11:39:43 -07:00
test_c10d.py fixed c10d test (#10557) 2018-08-15 17:22:38 -07:00
test_cpp_extensions.py Export tensor descriptor (#8313) 2018-06-20 22:32:50 -07:00
test_cuda.py Fix corner case with torch.multinomial (#9960) 2018-08-15 13:25:39 -07:00
test_dataloader.py improve use of ROCm libraries, enable more tests, small fixes (#10406) 2018-08-13 11:39:43 -07:00
test_distributed.py Fix Python lint errors. (#10441) 2018-08-11 21:08:50 -07:00
test_distributed_trap.py fbshipit-source-id: ba600fcd2b5cefc7621357bdeb05e24cea02e5af 2018-06-27 04:50:56 -07:00
test_distributions.py remove implicit conversion from gpu to cpu (#10553) 2018-08-16 12:10:39 -07:00
test_indexing.py Re-enable empty n-dimensional empty tensor and fix parallel CPU on empty tensors (#10077) 2018-07-31 16:43:45 -07:00
test_jit.py Move at::chunk into the graph fuser (#10178) 2018-08-18 16:10:11 -07:00
test_legacy_nn.py Add CTC loss (#9628) 2018-07-31 11:09:48 -07:00
test_multiprocessing.py Correctly share CUDA Parameters. (#10220) 2018-08-10 13:54:56 -07:00
test_nccl.py Add memory leak check in CUDA tests (#7270) 2018-05-31 15:09:54 -04:00
test_nn.py Fix dropout fused kernel applied in eval mode (#10621) 2018-08-17 14:54:42 -07:00
test_optim.py improve use of ROCm libraries, enable more tests, small fixes (#10406) 2018-08-13 11:39:43 -07:00
test_sparse.py set coalesced=false at sparse transpose() and removed transpose invariants (#10496) 2018-08-14 21:25:37 -07:00
test_torch.py Fix bincount for empty input (#9757) 2018-08-15 20:55:59 -07:00
test_utils.py improve use of ROCm libraries, enable more tests, small fixes (#10406) 2018-08-13 11:39:43 -07:00