5 references to PredictionWithCustomShape
Microsoft.ML.OnnxTransformerTest (5)
OnnxTransformTests.cs (5)
910
new[] { nameof(
PredictionWithCustomShape
.argmax) }, new[] { nameof(InputWithCustomShape.input) },
917
nameof(
PredictionWithCustomShape
.argmax), nameof(InputWithCustomShape.input),
930
var transformedDataPoints = ML.Data.CreateEnumerable<
PredictionWithCustomShape
>(transformedDataView, false).ToList();
1072
var pipeline = ML.Transforms.ApplyOnnxModel(nameof(
PredictionWithCustomShape
.argmax),
1094
var transformedDataPoints = ML.Data.CreateEnumerable<
PredictionWithCustomShape
>(transformedDataView, false).ToList();