4 writes to Input
Microsoft.ML.OnnxTransformerTest (4)
OnnxTransformTests.cs (4)
689
new ZipMapInput() {
Input
= new float[] {1,2,3}, },
690
new ZipMapInput() {
Input
= new float[] {8,7,6}, },
742
new ZipMapInput() {
Input
= new float[] {1,2,3}, },
743
new ZipMapInput() {
Input
= new float[] {8,7,6}, },
12 references to Input
Microsoft.ML.OnnxTransformerTest (12)
OnnxTransformTests.cs (12)
711
Assert.Equal(dataPoints[i].
Input
[0], dictionary[94]);
712
Assert.Equal(dataPoints[i].
Input
[1], dictionary[17]);
713
Assert.Equal(dataPoints[i].
Input
[2], dictionary[36]);
726
Assert.Equal(dataPoints[i].
Input
[0], dictionary[94]);
727
Assert.Equal(dataPoints[i].
Input
[1], dictionary[17]);
728
Assert.Equal(dataPoints[i].
Input
[2], dictionary[36]);
764
Assert.Equal(dataPoints[i].
Input
[0], dictionary["A"]);
765
Assert.Equal(dataPoints[i].
Input
[1], dictionary["B"]);
766
Assert.Equal(dataPoints[i].
Input
[2], dictionary["C"]);
779
Assert.Equal(dataPoints[i].
Input
[0], dictionary["A"]);
780
Assert.Equal(dataPoints[i].
Input
[1], dictionary["B"]);
781
Assert.Equal(dataPoints[i].
Input
[2], dictionary["C"]);