tf.contrib.graph_editor.OpMatcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.ControlOutputs.get(op) return the control outputs of op.
tf.contrib.graph_editor.get_name_scope_ops(ops, scope) Get all the operations under the given scope path.
tf.contrib.graph_editor.detach_control_outputs(sgv, control_outputs) Detach all the external control outputs of the subgraph sgv
class tf.contrib.graph_editor.ControlOutputs The control outputs topology.
tf.contrib.graph_editor.graph_replace(target_ts, replacement_ts, dst_scope='', src_scope='', reuse_dst_scope=False) Create a new
class tf.contrib.graph_editor.Transformer Transform a subgraph into another one. By default, the
tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape(dtype, shape=None, scope=None) Create a tf.placeholder for the Graph
tf.contrib.graph_editor.make_placeholder_from_tensor(t, scope=None) Create a tf.placeholder for the Graph Editor.
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
Page 5 of 12