onnxruntime
d2dfbf41 - Add float16 type support to SplitToSequence and make code type independent (#18594)

Commit
2 years ago
Add float16 type support to SplitToSequence and make code type independent (#18594) ### Description Add support for `float16` type to address the below issue. Re-work the code to make it type independent. This reduces binary size by ~11 K. ![image](https://github.com/microsoft/onnxruntime/assets/11303988/1a77c7bc-34a8-478c-a16a-abd94062c6c6) ### Motivation and Context This PR addresses https://github.com/microsoft/onnxruntime/issues/18481
Author
Parents
Loading