onnxruntime
81a763a9 - Make TensorShapeVector to use InlinedVector<Int64_t> to reduce on template instantiations (#18519)

Commit
2 years ago
Make TensorShapeVector to use InlinedVector<Int64_t> to reduce on template instantiations (#18519) ### Description Use InlinedVector<int64> instead of <int64_t,5> to reduce on the number of template instantiations. ### Motivation and Context The reported size reduction is small, just a few Ks. Just trying it out.
Author
Parents
Loading