pub fn read_net_from_tensorflow_buffer(
    buffer_model: &Vector<u8>,
    buffer_config: &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.

C++ default parameters

  • buffer_config: std::vector()