pub fn read_net_from_tensorflow_buffer_def(
    buffer_model: &Vector<u8>
) -> Result<Net>
Expand description

Reads a network model stored in TensorFlow framework’s format.

§Parameters

  • bufferModel: buffer containing the content of the pb file
  • bufferConfig: buffer containing the content of the pbtxt file

§Returns

Net object.

§Note

This alternative version of read_net_from_tensorflow_buffer function uses the following default values for its arguments:

  • buffer_config: std::vector()