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