pub fn read_net_from_model_optimizer_1(
buffer_model_config: &Vector<u8>,
buffer_weights: &Vector<u8>,
) -> Result<Net>Expand description
Load a network from Intel’s Model Optimizer intermediate representation.
§Parameters
- bufferModelConfig: Buffer contains XML configuration with network’s topology.
- bufferWeights: Buffer contains binary data with trained weights.
§Returns
Net object. Networks imported from Intel’s Model Optimizer are launched in Intel’s Inference Engine backend.