tf.contrib.graph_editor.reroute_b2a()

tf.contrib.graph_editor.reroute_b2a(sgv0, sgv1) Re-route the inputs and outputs of sgv1 to sgv0 (see _reroute).

2016-10-14 13:05:08
tf.contrib.graph_editor.OpMatcher.control_input_ops()

tf.contrib.graph_editor.OpMatcher.control_input_ops(*args) Add input matches.

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

tf.contrib.graph_editor.reroute_b2a_outputs(sgv0, sgv1) Re-route all the outputs of sgv1 to sgv0 (see _reroute_outputs).

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

tf.contrib.graph_editor.SubGraphView.remove_unused_ops(control_inputs=True) Remove unused ops. Args:

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

tf.contrib.graph_editor.detach_inputs(sgv, control_inputs=False) Detach the inputs of a subgraph view.

2016-10-14 13:04:56
tf.contrib.graph_editor.replace_t_with_placeholder_handler()

tf.contrib.graph_editor.replace_t_with_placeholder_handler(info, t) Transform a tensor into a placeholder tensor.

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

tf.contrib.graph_editor.SubGraphView.remap_inputs(new_input_indices) Remap the inputs of the subgraph. If

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

tf.contrib.graph_editor.SubGraphView.remap(new_input_indices=None, new_output_indices=None) Remap the inputs and outputs of the

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

tf.contrib.graph_editor.filter_ops(ops, positive_filter) Get the ops passing the given filter. Args:

2016-10-14 13:04:56
tf.contrib.graph_editor.OpMatcher

class tf.contrib.graph_editor.OpMatcher Graph match class.

2016-10-14 13:05:04