5 references to argmax
Microsoft.ML.OnnxTransformerTest (5)
OnnxTransformTests.cs (5)
910new[] { nameof(PredictionWithCustomShape.argmax) }, new[] { nameof(InputWithCustomShape.input) }, 917nameof(PredictionWithCustomShape.argmax), nameof(InputWithCustomShape.input), 946Assert.Equal(transformedDataPoints[i].argmax, expectedResults[i]); 1072var pipeline = ML.Transforms.ApplyOnnxModel(nameof(PredictionWithCustomShape.argmax), 1110Assert.Equal(transformedDataPoints[i].argmax, expectedResults[i]);