4 writes to Input
Microsoft.ML.OnnxTransformerTest (4)
OnnxTransformTests.cs (4)
601new ZipMapInput() { Input = new float[] {1,2,3}, }, 602new ZipMapInput() { Input = new float[] {8,7,6}, }, 654new ZipMapInput() { Input = new float[] {1,2,3}, }, 655new ZipMapInput() { Input = new float[] {8,7,6}, },
12 references to Input
Microsoft.ML.OnnxTransformerTest (12)
OnnxTransformTests.cs (12)
623Assert.Equal(dataPoints[i].Input[0], dictionary[94]); 624Assert.Equal(dataPoints[i].Input[1], dictionary[17]); 625Assert.Equal(dataPoints[i].Input[2], dictionary[36]); 638Assert.Equal(dataPoints[i].Input[0], dictionary[94]); 639Assert.Equal(dataPoints[i].Input[1], dictionary[17]); 640Assert.Equal(dataPoints[i].Input[2], dictionary[36]); 676Assert.Equal(dataPoints[i].Input[0], dictionary["A"]); 677Assert.Equal(dataPoints[i].Input[1], dictionary["B"]); 678Assert.Equal(dataPoints[i].Input[2], dictionary["C"]); 691Assert.Equal(dataPoints[i].Input[0], dictionary["A"]); 692Assert.Equal(dataPoints[i].Input[1], dictionary["B"]); 693Assert.Equal(dataPoints[i].Input[2], dictionary["C"]);