tf.contrib.graph_editor.SubGraphView.copy() Return a copy of itself. Note that this class is a
tf.contrib.graph_editor.get_tensors(graph) get all the tensors which are input or output of an op in the graph.
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.SubGraphView.__bool__() Allows for implicit boolean conversion.
tf.contrib.graph_editor.get_consuming_ops(ts) Return all the consuming ops of the tensors in ts. Args:
tf.contrib.graph_editor.make_placeholder_from_tensor(t, scope=None) Create a tf.placeholder for the Graph Editor.
tf.contrib.graph_editor.SubGraphView.consumers() Return a Python set of all the consumers of this subgraph view.
tf.contrib.graph_editor.SubGraphView.find_op_by_name(op_name) Return the op named op_name. Args:
tf.contrib.graph_editor.detach(sgv, control_inputs=False, control_outputs=None, control_ios=None) Detach both the inputs and the
tf.contrib.graph_editor.remove_control_inputs(op, cops) Remove the control inputs cops from co. Warning:
Page 5 of 12