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.
|