Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] System.Numerics.Tensors support #23605

Open
verdie-g opened this issue Feb 6, 2025 · 0 comments
Open

[Feature Request] System.Numerics.Tensors support #23605

verdie-g opened this issue Feb 6, 2025 · 0 comments
Labels
feature request request for unsupported feature or enhancement .NET Pull requests that update .net code

Comments

@verdie-g
Copy link
Contributor

verdie-g commented Feb 6, 2025

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.

@verdie-g verdie-g added the feature request request for unsupported feature or enhancement label Feb 6, 2025
@verdie-g verdie-g changed the title [Feature Request] System.Numerics.Tensors.Tensor support [Feature Request] System.Numerics.Tensorssupport Feb 6, 2025
@verdie-g verdie-g changed the title [Feature Request] System.Numerics.Tensorssupport [Feature Request] System.Numerics.Tensors support Feb 6, 2025
@github-actions github-actions bot added the .NET Pull requests that update .net code label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request request for unsupported feature or enhancement .NET Pull requests that update .net code
Projects
None yet
Development

No branches or pull requests

1 participant