pytorch
d6780939 - [ONNX] Extend op registration to next opsets (#32943)

Commit
5 years ago
[ONNX] Extend op registration to next opsets (#32943) Summary: Currently, custom ops are registered for a specific opset version. For example, all torchvision custom ops are registered for opset 11, and cannot be exported into higher opset versions. This PR extends op registration to higher opset versions. Pull Request resolved: https://github.com/pytorch/pytorch/pull/32943 Reviewed By: hl475 Differential Revision: D19739406 Pulled By: houseroad fbshipit-source-id: dd8b616de3a69a529d135fdd02608a17a8e421bc
Author
Parents
Loading