onnxruntime/onnxruntime/contrib_ops
Tracy Sharpe 7a96cfc8f5
operator code cleanup (#4228)
Search/replace of the pattern "const auto foo = tensor.Shape()" to "const auto& foo = tensor.Shape()" to avoid unneeded copies at runtime and reduce code size (8KB drop for onnxruntime.dll). Remove some unnecessary header includes.
2020-06-13 14:47:44 -07:00
..
cpu operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
cuda operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00