tf.contrib.graph_editor.OpMatcher.input_ops(*args) Add input matches.
tf.contrib.graph_editor.OpMatcher.control_input_ops(*args) Add input matches.
class tf.contrib.graph_editor.OpMatcher Graph match class.
tf.contrib.graph_editor.matcher.__init__(positive_filter) Graph match constructor.
tf.contrib.graph_editor.matcher.__call__(op) Evaluate if the op matches or not.
tf.contrib.graph_editor.matcher.output_ops(*args) Add output matches.
tf.contrib.graph_editor.matcher.input_ops(*args) Add input matches.
tf.contrib.graph_editor.matcher.control_input_ops(*args) Add input matches.
class tf.contrib.graph_editor.matcher Graph match class.
tf.contrib.graph_editor.make_view_from_scope(scope, graph) Make a subgraph from a name scope. Args: scope: the name of the scope. graph: the tf.Graph. Returns: A subgraph view representing the given scope.
Page 126 of 319