pytorch
ef6dd0d3 - [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)

Commit
3 years ago
[ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) Fixes #73619 Fixes https://github.com/microsoft/onnxruntime/issues/11812 This PR adds new symbolics: `aten::_conj`, `aten::conj_physical`, `aten::resolve_conj`, and `aten::resolve_neg` While the last two are always NO-OP by definition (do not change nodes), the first raises an exception as they are not supported by ONNX yet Pull Request resolved: https://github.com/pytorch/pytorch/pull/86223 Approved by: https://github.com/justinchuby, https://github.com/BowenBao
Author
Thiago Crepaldi
Parents
Loading