2 references to OnnxScoringEstimator
Microsoft.ML.OnnxTransformer (2)
OnnxCatalog.cs (2)
40return new OnnxScoringEstimator(env, modelFile, gpuDeviceIdToUse, fallbackToCpuToUse); 76return new OnnxScoringEstimator(env, modelFile, gpuDeviceIdToUse, fallbackToCpuToUse, shapeDictionary: shapeDictionary);