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