UFF

The UFF package contains a set of utilites to convert trained models from various frameworks to a common format.

Conversion Tools

Tensorflow Modelstream to UFF

uff.from_tensorflow(graphdef, output_nodes=[], preprocessor=None, **kwargs)

Helper function for calling the conversion from TensorFlow

Tensorflow Frozen Protobuf Model to UFF

uff.from_tensorflow_frozen_model(frozen_file, output_nodes=[], preprocessor=None, **kwargs)