Commits


Michael Sharp authored and GitHub committed 42f0c00f955
Adds the new System.Numerics.Tensors as an input/output type when using dotnet 8.0 and up. (#23261) ### Description Adds the new System.Numerics.Tensors as an input/output type when using dotnet 8.0 and up. It does not change/remove any of the existing API, only adds additional ones. ### Motivation and Context Now that C#/Dotnet has an official tensor type built into the language, we want to expand the places that it can be used.