pytorch/test/onnx
Xiang Gao f274558018 Bitwise ops improvements (#77621)
- Bitwise shift remove floating point support
- Bitwise and, or, xor add (scalar, tensor) overload
- Use `test_ops.py` to test these ops, including error cases
Pull Request resolved: https://github.com/pytorch/pytorch/pull/77621
Approved by: https://github.com/ngimel
2022-05-17 21:16:42 +00:00
..
assets [ONNX] add test images to repo (#63717) 2021-08-23 07:43:21 -07:00
expect lshift and rshift stop support floating types (#77146) 2022-05-11 22:29:30 +00:00
model_defs [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
autograd_helper.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
debug_embed_params.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
export_onnx_tests_filter.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
export_onnx_tests_generator.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
pytorch_helper.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_caffe2_common.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_custom_ops.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_models_onnxruntime.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_models.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_onnx_common.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_onnx_export.py [ONNX] Refactor to remove inline imports - attempt 2 (#77448) 2022-05-16 14:44:24 +00:00
test_onnx_opset.py [ONNX] Refactor to remove inline imports - attempt 2 (#77448) 2022-05-16 14:44:24 +00:00
test_operators.py lshift and rshift stop support floating types (#77146) 2022-05-11 22:29:30 +00:00
test_pytorch_common.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_helper.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_jit_onnx.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_onnx_caffe2_quantized.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_onnx_caffe2.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_onnx_no_runtime.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
test_pytorch_onnx_onnxruntime_cuda.py [ONNX] Refactor to remove inline imports - attempt 2 (#77448) 2022-05-16 14:44:24 +00:00
test_pytorch_onnx_onnxruntime.py Bitwise ops improvements (#77621) 2022-05-17 21:16:42 +00:00
test_pytorch_onnx_shape_inference.py [ONNX] Refactor to remove inline imports - attempt 2 (#77448) 2022-05-16 14:44:24 +00:00
test_utility_funs.py [ONNX] Refactor to remove inline imports - attempt 2 (#77448) 2022-05-16 14:44:24 +00:00
test_verify.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00
verify.py [ONNX] Format ONNX python with black 2022-05-05 00:19:22 +00:00