2 instantiations of OnnxMapInput
Microsoft.ML.OnnxTransformerTest (2)
OnnxTransformTests.cs (2)
847new OnnxMapInput() { Input = inputDict0 }, 848new OnnxMapInput() { Input = inputDict1 }
1 reference to OnnxMapInput
Microsoft.ML.OnnxTransformerTest (1)
OnnxTransformTests.cs (1)
851Action<OnnxMapInput, OnnxMapOutput> action = (input, output) =>