8 references to InputSize
Microsoft.ML.OnnxTransformerTest (8)
OnnxTransformTests.cs (8)
35
[VectorType(
InputSize
)]
65
[VectorType(
InputSize
)]
71
[VectorType(
InputSize
)]
112
var samplevector = new float[
InputSize
];
113
for (int i = 0; i <
InputSize
; i++)
114
samplevector[i] = (i / (
InputSize
* 1.01f));
143
var xyData = new List<TestDataXY> { new TestDataXY() { A = new float[
InputSize
] } };
144
var stringData = new List<TestDataDifferentType> { new TestDataDifferentType() { data_0 = new string[
InputSize
] } };