[Feature Request] System.Numerics.Tensors support #23605
Labels
feature request
request for unsupported feature or enhancement
.NET
Pull requests that update .net code
Describe the feature request
.NET is starting to support natively tensors (see Tensor<T>), would it make sense to support them in Microsoft.ML.OnnxRuntime?
I'm not sure how the API would look like, especially since a Tensor is a generic type, while OrtValue is not.
Describe scenario use case
I'm currently building a library that would take
Tensor
as input and I would like to avoid the copy to an OrtValue.The text was updated successfully, but these errors were encountered: