tf.contrib.graph_editor.SubGraphView.input_index(t)
Find the input index corresponding to the given input tensor t.
Args:
-
t
: the input tensor of this subgraph view.
Returns:
The index in the self.inputs list.
Raises:
-
Error
: if t in not an input tensor.
Please login to continue.