5 references to PredictionWithCustomShape
Microsoft.ML.OnnxTransformerTest (5)
OnnxTransformTests.cs (5)
822new[] { nameof(PredictionWithCustomShape.argmax) }, new[] { nameof(InputWithCustomShape.input) }, 829nameof(PredictionWithCustomShape.argmax), nameof(InputWithCustomShape.input), 842var transformedDataPoints = ML.Data.CreateEnumerable<PredictionWithCustomShape>(transformedDataView, false).ToList(); 984var pipeline = ML.Transforms.ApplyOnnxModel(nameof(PredictionWithCustomShape.argmax), 1006var transformedDataPoints = ML.Data.CreateEnumerable<PredictionWithCustomShape>(transformedDataView, false).ToList();