5 references to CreateFromBytes
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (1)
280
Model = OnnxModel.
CreateFromBytes
(modelBytes, env, options.GpuDeviceId, options.FallbackToCpu, shapeDictionary: shapeDictionary, options.RecursionLimit);
OnnxUtils.cs (4)
379
/// With <see cref="CreateFromBytes(byte[], IHostEnvironment)"/> and <see cref="
CreateFromBytes
(byte[], IHostEnvironment, int?, bool, IDictionary{string, int[]}, int)"/>,
386
return
CreateFromBytes
(modelBytes, env, null, false);
393
/// <see cref="
CreateFromBytes
(byte[], IHostEnvironment, int?, bool, IDictionary{string, int[]}, int)"/>,
418
/// <see cref="
CreateFromBytes
(byte[], IHostEnvironment, int?, bool, IDictionary{string, int[]}, int)"/>,