tf.contrib.graph_editor.SubGraphView.copy()

tf.contrib.graph_editor.SubGraphView.copy() Return a copy of itself. Note that this class is a

2016-10-14 13:05:11
tf.contrib.graph_editor.get_tensors()

tf.contrib.graph_editor.get_tensors(graph) get all the tensors which are input or output of an op in the graph.

2016-10-14 13:05:00
tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape()

tf.contrib.graph_editor.make_placeholder_from_dtype_and_shape(dtype, shape=None, scope=None) Create a tf.placeholder for the Graph

2016-10-14 13:05:02
tf.contrib.graph_editor.SubGraphView.

tf.contrib.graph_editor.SubGraphView.__bool__() Allows for implicit boolean conversion.

2016-10-14 13:05:16
tf.contrib.graph_editor.get_consuming_ops()

tf.contrib.graph_editor.get_consuming_ops(ts) Return all the consuming ops of the tensors in ts. Args:

2016-10-14 13:04:58
tf.contrib.graph_editor.make_placeholder_from_tensor()

tf.contrib.graph_editor.make_placeholder_from_tensor(t, scope=None) Create a tf.placeholder for the Graph Editor.

2016-10-14 13:05:03
tf.contrib.graph_editor.SubGraphView.consumers()

tf.contrib.graph_editor.SubGraphView.consumers() Return a Python set of all the consumers of this subgraph view.

2016-10-14 13:05:11
tf.contrib.graph_editor.SubGraphView.find_op_by_name()

tf.contrib.graph_editor.SubGraphView.find_op_by_name(op_name) Return the op named op_name. Args:

2016-10-14 13:05:12
tf.contrib.graph_editor.detach()

tf.contrib.graph_editor.detach(sgv, control_inputs=False, control_outputs=None, control_ios=None) Detach both the inputs and the

2016-10-14 13:04:55
tf.contrib.graph_editor.remove_control_inputs()

tf.contrib.graph_editor.remove_control_inputs(op, cops) Remove the control inputs cops from co. Warning:

2016-10-14 13:05:07