tf.contrib.graph_editor.get_walks_union_ops(forward_seed_ops, backward_seed_ops, forward_inclusive=True, backward_inclusive=True, within_ops=None, control_inputs=False
tf.contrib.graph_editor.detach_outputs(sgv, control_outputs=None) Detach the outputa of a subgraph view.
tf.contrib.graph_editor.select_ops_and_ts(*args, **kwargs) Helper to select operations and tensors. Args:
tf.contrib.graph_editor.SubGraphView.is_passthrough(t) Check whether a tensor is passthrough.
tf.contrib.graph_editor.SubGraphView.__exit__(exc_type, exc_value, traceback)
tf.contrib.graph_editor.OpMatcher.output_ops(*args) Add output matches.
tf.contrib.graph_editor.get_ops_ios(ops, control_inputs=False, control_outputs=None, control_ios=None) Return all the tf.Operation
tf.contrib.graph_editor.bypass(sgv) Bypass the given subgraph by connecting its inputs to its outputs.
tf.contrib.graph_editor.keep_t_if_possible_handler(info, t) Transform a tensor into itself (identity) if possible.
tf.contrib.graph_editor.matcher.control_input_ops(*args) Add input matches.
Page 3 of 12