1 write to Input
Microsoft.ML.Tests (1)
OnnxSequenceTypeWithAttributesTest.cs (1)
62
FloatInput input = new FloatInput() {
Input
= new float[] { 1.0f, 2.0f, 3.0f } };
1 reference to Input
Microsoft.ML.Tests (1)
OnnxSequenceTypeWithAttributesTest.cs (1)
69
Assert.Equal(onnxOut[keys[i]], input.
Input
[i]);