◆ __init__()
def polygraphy.backend.tf.loader.GraphFromFrozen.__init__ |
( |
|
self, |
|
|
|
path |
|
) |
| |
Functor that loads a TensorFlow frozen model.
Args:
path (Union[str, tf.Graph, tf.GraphDef]):
A path to the frozen model, or a frozen TensorFlow graph or graphdef.
◆ __call__()
def polygraphy.backend.tf.loader.GraphFromFrozen.__call__ |
( |
|
self | ) |
|
Loads a TensorFlow frozen model.
Returns:
Tuple[tf.Graph, Sequence[str]]: The TensorFlow graph, and the names of its outputs.
◆ path
polygraphy.backend.tf.loader.GraphFromFrozen.path |
The documentation for this class was generated from the following file: