tf.contrib.graph_editor.sgv()

tf.contrib.graph_editor.sgv(*args, **kwargs) Create a SubGraphView from selected operations and passthrough tensors.

2016-10-14 13:05:10
tf.contrib.graph_editor.SubGraphView.passthroughs

tf.contrib.graph_editor.SubGraphView.passthroughs The passthrough tensors, going straight from input to output.

2016-10-14 13:05:14
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

2016-10-14 13:05:14
tf.contrib.graph_editor.SubGraphView.ops

tf.contrib.graph_editor.SubGraphView.ops The operations in this subgraph view.

2016-10-14 13:05:13
tf.contrib.graph_editor.SubGraphView.remap_outputs_to_consumers()

tf.contrib.graph_editor.SubGraphView.remap_outputs_to_consumers() Remap the outputs to match the number of consumers.

2016-10-14 13:05:15
tf.contrib.graph_editor.reroute_a2b_inputs()

tf.contrib.graph_editor.reroute_a2b_inputs(sgv0, sgv1) Re-route all the inputs of sgv0 to sgv1 (see reroute_inputs).

2016-10-14 13:05:07
tf.contrib.graph_editor.swap_outputs()

tf.contrib.graph_editor.swap_outputs(sgv0, sgv1) Swap all the outputs of sgv0 and sgv1 (see _reroute_outputs).

2016-10-14 13:05:18
tf.contrib.graph_editor.SubGraphView.

tf.contrib.graph_editor.SubGraphView.__enter__() Allow Python context to minize the life time of a subgraph view.

2016-10-14 13:05:16
tf.contrib.graph_editor.SubGraphView.connected_inputs

tf.contrib.graph_editor.SubGraphView.connected_inputs The connected input tensors of this subgraph view.

2016-10-14 13:05:11
tf.contrib.graph_editor.SubGraphView.

tf.contrib.graph_editor.SubGraphView.__str__()

2016-10-14 13:05:17