5 references to argmax
Microsoft.ML.OnnxTransformerTest (5)
OnnxTransformTests.cs (5)
822new[] { nameof(PredictionWithCustomShape.argmax) }, new[] { nameof(InputWithCustomShape.input) }, 829nameof(PredictionWithCustomShape.argmax), nameof(InputWithCustomShape.input), 858Assert.Equal(transformedDataPoints[i].argmax, expectedResults[i]); 984var pipeline = ML.Transforms.ApplyOnnxModel(nameof(PredictionWithCustomShape.argmax), 1022Assert.Equal(transformedDataPoints[i].argmax, expectedResults[i]);