8 references to InputSize
Microsoft.ML.OnnxTransformerTest (8)
DnnImageFeaturizerTest.cs (8)
25
[VectorType(
InputSize
)]
35
[VectorType(
InputSize
)]
40
[VectorType(
InputSize
)]
46
var samplevector = new float[
InputSize
];
47
for (int i = 0; i <
InputSize
; i++)
48
samplevector[i] = (i / ((float)
InputSize
));
75
var xyData = new List<TestDataXY> { new TestDataXY() { A = new float[
InputSize
] } };
76
var stringData = new List<TestDataDifferentType> { new TestDataDifferentType() { data_0 = new string[
InputSize
] } };