3 references to OnnxModel
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (1)
265Model = new OnnxModel(env, options.ModelFile, options.GpuDeviceId, options.FallbackToCpu, ownModelFile: false, shapeDictionary: shapeDictionary, options.RecursionLimit,
OnnxUtils.cs (2)
410return new OnnxModel(env, tempModelFile, gpuDeviceId, fallbackToCpu, 439return new OnnxModel(env, tempModelFile, gpuDeviceId, fallbackToCpu,