tf.contrib.graph_editor.SubGraphView.remap_default()

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.

doc_TensorFlow
2016-10-14 13:05:14
Comments
Leave a Comment

Please login to continue.