tf.contrib.graph_editor.SubGraphView.output_index()

tf.contrib.graph_editor.SubGraphView.output_index(t) Find the output index corresponding to given output tensor t.

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

tf.contrib.graph_editor.filter_ts_from_regex(ops, regex) Get all the tensors linked to ops that match the given regex.

2016-10-14 13:04:57
tf.contrib.graph_editor.reroute_b2a_inputs()

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

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

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

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

tf.contrib.graph_editor.assign_renamed_collections_handler(info, elem, elem_) Add the transformed elem to the (renamed) collections

2016-10-14 13:04:51
tf.contrib.graph_editor.copy_op_handler()

tf.contrib.graph_editor.copy_op_handler(info, op, copy_shape=True) Copy a tf.Operation. Args:

2016-10-14 13:04:54
tf.contrib.graph_editor.ControlOutputs.graph

tf.contrib.graph_editor.ControlOutputs.graph

2016-10-14 13:04:53
tf.contrib.graph_editor.SubGraphView.op()

tf.contrib.graph_editor.SubGraphView.op(op_id) Get an op by its index.

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

tf.contrib.graph_editor.make_view_from_scope(scope, graph) Make a subgraph from a name scope. Args:

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

tf.contrib.graph_editor.ts(*args, **kwargs) Helper to select tensors. Args:

2016-10-14 13:05:19