tf.contrib.graph_editor.detach_control_outputs()

tf.contrib.graph_editor.detach_control_outputs(sgv, control_outputs) Detach all the external control outputs of the subgraph sgv

2016-10-14 13:04:55
tf.contrib.graph_editor.swap_inputs()

tf.contrib.graph_editor.swap_inputs(sgv0, sgv1) Swap all the inputs of sgv0 and sgv1 (see reroute_inputs).

2016-10-14 13:05:17
tf.contrib.graph_editor.ControlOutputs

class tf.contrib.graph_editor.ControlOutputs The control outputs topology.

2016-10-14 13:04:52
tf.contrib.graph_editor.SubGraphView

class tf.contrib.graph_editor.SubGraphView A subgraph view on an existing tf.Graph. An instance

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

tf.contrib.graph_editor.swap(sgv0, sgv1) Swap the inputs and outputs of sgv1 to sgv0 (see _reroute).

2016-10-14 13:05:17
tf.contrib.graph_editor.matcher

class tf.contrib.graph_editor.matcher Graph match class.

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

tf.contrib.graph_editor.SubGraphView.graph The underlying tf.Graph.

2016-10-14 13:05:12
tf.contrib.graph_editor.connect()

tf.contrib.graph_editor.connect(sgv0, sgv1, disconnect_first=False) Connect the outputs of sgv0 to the inputs of sgv1.

2016-10-14 13:04:52
tf.contrib.graph_editor.SubGraphView.input_index()

tf.contrib.graph_editor.SubGraphView.input_index(t) Find the input index corresponding to the given input tensor t.

2016-10-14 13:05:12
tf.contrib.graph_editor.select_ops()

tf.contrib.graph_editor.select_ops(*args, **kwargs) Helper to select operations. Args:

2016-10-14 13:05:09