2 references to WrongOutputObj
Microsoft.ML.Tests (2)
OnnxSequenceTypeWithAttributesTest.cs (2)
80public static PredictionEngine<FloatInput, WrongOutputObj> LoadModelWithWrongCustomType(string onnxModelFilePath) 92return ctx.Model.CreatePredictionEngine<FloatInput, WrongOutputObj>(model);