tf.contrib.graph_editor.SubGraphView.remap_default(remove_input_map=True, remove_output_map=True)
Remap the inputs and/or outputs to the default mapping.
Args:
-
remove_input_map
: if True the input map is reset to the default one. -
remove_output_map
: if True the output map is reset to the default one.
Returns:
A new modified instance of the original subgraph view with its input and/or output mapping reset to the default one.
Please login to continue.