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