4 references to CreateFromBytes
Microsoft.ML.OnnxTransformer (3)
OnnxUtils.cs (3)
379/// With <see cref="CreateFromBytes(byte[], IHostEnvironment)"/> and <see cref="CreateFromBytes(byte[], IHostEnvironment, int?, bool, IDictionary{string, int[]}, int)"/>, 392/// With <see cref="CreateFromBytes(byte[], IHostEnvironment)"/> and 417/// With <see cref="CreateFromBytes(byte[], IHostEnvironment)"/> and
Microsoft.ML.OnnxTransformerTest (1)
OnnxTransformTests.cs (1)
794var onnxModel = OnnxModel.CreateFromBytes(modelInBytes, ML);