Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

Corecompile_model Method

Overload List

compile_model(Model, DictionaryString, String) Creates a compiled model from a source model object.
compile_model(String, DictionaryString, String) Reads and loads a compiled model from the IR/ONNX/PDPD file to the default OpenVINO device selected by the AUTO plugin.
compile_model(Model, String, DictionaryString, String) Creates and loads a compiled model from a source model to the default OpenVINO device selected by the AUTO
compile_model(String, String, DictionaryString, String) Reads a model and creates a compiled model from the IR/ONNX/PDPD file.

See Also