tf.contrib.graph_editor.Transformer.__call__(sgv, dst_graph, dst_scope, src_scope='', reuse_dst_scope=False) Execute the transformation
tf.contrib.graph_editor.transform_op_if_inside_handler(info, op, keep_if_possible=True) Transform an optional op only if it is
tf.contrib.graph_editor.ControlOutputs.update() Update the control outputs if the graph has changed.
tf.contrib.graph_editor.keep_t_if_possible_handler(info, t) Transform a tensor into itself (identity) if possible.
tf.contrib.graph_editor.SubGraphView.is_passthrough(t) Check whether a tensor is passthrough.
tf.contrib.graph_editor.reroute_b2a_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, replace the end
tf.contrib.graph_editor.OpMatcher.output_ops(*args) Add output matches.
tf.contrib.graph_editor.detach_outputs(sgv, control_outputs=None) Detach the outputa of a subgraph view.
tf.contrib.graph_editor.matcher.control_input_ops(*args) Add input matches.
tf.contrib.graph_editor.op_type(op_types, op=None) Check if an op is of the given type. Args:
Page 2 of 12