onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.Common/Tensors
Scott McKay ba0bb43b00
Rework the native library usage so that a pre-built ORT native package can be easily used (#22345)
### Description
The local build of the native library was being included by almost every
project, but is only needed to run tests. Due to the multiple inclusions
attempting to use a pre-built package was clashing with any local builds
that were available.

Create a helper file to include either a local built of a pre-built
package and include that in the two test projects.

Cleanup various miscellaous things.

### Motivation and Context

Create setup to simplify running on-device tests with the nuget
packages.
2024-11-01 11:03:33 -07:00
..
ArrayTensorExtensionsTests.cs [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00
NativeMemory.cs Various fixes to the CSharp setup (#15782) 2023-05-05 14:27:30 +10:00
TensorArithmetic.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorArithmetic.tt Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorExtensions.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorOperations.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorOperations.tt Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorTemplate.ttinclude Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorTests.cs Rework the native library usage so that a pre-built ORT native package can be easily used (#22345) 2024-11-01 11:03:33 -07:00
TensorTestsBase.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00