onnxruntime
8cfbc4fe - Add support for other data types to Split CPU kernel. (#13900)

Commit
3 years ago
Add support for other data types to Split CPU kernel. (#13900) Split copies data - we can add support for all data types without too much binary size impact by using data type size-based implementations. The DispatchStridedCopy() function used here does this.
Author
Parents
Loading