MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / import_graph_def

Function import_graph_def

tensorflow/python/framework/importer.py:161–535  ·  view source on GitHub ↗

Imports the graph from `graph_def` into the current default `Graph`. This function provides a way to import a serialized TensorFlow [`GraphDef`](https://www.tensorflow.org/code/tensorflow/core/framework/graph.proto) protocol buffer, and extract individual objects in the `GraphDef` as @{tf.T

(graph_def, input_map=None, return_elements=None,
                     name=None, op_dict=None, producer_op_list=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

allFunction · 0.85
tupleFunction · 0.85
_CanonicalInputNameFunction · 0.85
_FindAttrInOpDefFunction · 0.85
_OutputTypesFunction · 0.85
_InputTypesFunction · 0.85
_IsControlInputFunction · 0.85
_InvalidNodeMessageFunction · 0.85
_ParseTensorNameFunction · 0.85
_MaybeDeviceFunction · 0.85
_IsImportedNodeOutputFunction · 0.85
itemsMethod · 0.80

Tested by

no test coverage detected