tf.contrib.graph_editor.get_tensors

tf.contrib.graph_editor.get_tensors(graph)

Defined in tensorflow/contrib/graph_editor/util.py.

get all the tensors which are input or output of an op in the graph.

Args:

Returns:

A list of tf.Tensor.

Raises:

  • TypeError: if graph is not a tf.Graph.