tf.contrib.graph_editor.make_list_of_t()

tf.contrib.graph_editor.make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False) Convert ts to a list of tf.Tensor

2016-10-14 13:05:02
tf.contrib.graph_editor.ControlOutputs.get()

tf.contrib.graph_editor.ControlOutputs.get(op) return the control outputs of op.

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

tf.contrib.graph_editor.SubGraphView.connected_outputs The connected output tensors of this subgraph view.

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

tf.contrib.graph_editor.SubGraphView.outputs The output tensors of this subgraph view.

2016-10-14 13:05:13
tf.contrib.graph_editor.OpMatcher.

tf.contrib.graph_editor.OpMatcher.__init__(positive_filter) Graph match constructor.

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

tf.contrib.graph_editor.graph_replace(target_ts, replacement_ts, dst_scope='', src_scope='', reuse_dst_scope=False) Create a new

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

tf.contrib.graph_editor.swap_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, swap the end of (t0,t1)

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

tf.contrib.graph_editor.get_generating_ops(ts) Return all the generating ops of the tensors in ts. Args:

2016-10-14 13:04:59
tf.contrib.graph_editor.Transformer

class tf.contrib.graph_editor.Transformer Transform a subgraph into another one. By default, the

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

tf.contrib.graph_editor.matcher.__call__(op) Evaluate if the op matches or not.

2016-10-14 13:05:04