pytorch
39ad7b67 - [SR] Native implementation for aten::squeeze (#67441)

Commit
3 years ago
[SR] Native implementation for aten::squeeze (#67441) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/67441 Native ops are faster than falling back to the JIT interpreter, sometimes significantly (we've previously seen this with ops like TupleUnpack). We should improve op coverage where possible. Test Plan: `buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest` Reviewed By: hlu1 Differential Revision: D31992093 fbshipit-source-id: 88191c13d229ffeac4e5b17b78e25f51d3f7f23e
Author
Mike Iovine
Parents
Loading