pytorch
24e93b88 - ONNX: Delete or document skipped ORT tests (#64470)

Commit
4 years ago
ONNX: Delete or document skipped ORT tests (#64470) Delete test_list_remove. There's no point in testing conversion of this model since TorchScript doesn't support it. Add a link to an issue tracking test_embedding_bag_dynamic_input. [ONNX] fix docs (#65379) Mainly fix the sphinx build by inserting empty before bulleted lists. Also some minor improvements: Remove superfluous descriptions of deprecated and ignored args. The user doesn't need to know anything other than that they are deprecated and ignored. Fix custom_opsets description. Make indentation of Raises section consistent with Args section. [ONNX] publicize func for discovering unconvertible ops (#65285) * [ONNX] Provide public function to discover all unconvertible ATen ops This can be more productive than finding and fixing a single issue at a time. * [ONNX] Reorganize test_utility_funs Move common functionality into a base class that doesn't define any tests. Add a new test for opset-independent tests. This lets us avoid running the tests repeatedly for each opset. Use simple inheritance rather than the `type()` built-in. It's more readable. * [ONNX] Use TestCase assertions rather than `assert` This provides better error messages. * [ONNX] Use double quotes consistently. [ONNX] Fix code block formatting in doc (#65421) ghstack-source-id: c3d9f14c596ee1f7c7af93fc52eccf4ba632f63c Pull Request resolved: https://github.com/pytorch/pytorch/pull/66143
Author
Parents
Loading