tf.contrib.graph_editor.SubGraphView.find_op_by_name(op_name)
Return the op named op_name.
Args:
-
op_name
: the name to search for
Returns:
The op named op_name.
Raises:
-
ValueError
: if the op_name could not be found. -
AssertionError
: if the name was found multiple time.
Please login to continue.