tf.contrib.graph_editor.SubGraphView.is_passthrough()

tf.contrib.graph_editor.SubGraphView.is_passthrough(t) Check whether a tensor is passthrough.

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

tf.contrib.graph_editor.OpMatcher.input_ops(*args) Add input matches.

2016-10-14 13:05:05
tf.contrib.graph_editor.ControlOutputs.

tf.contrib.graph_editor.ControlOutputs.__init__(graph) Create a dictionary of control-output dependencies.

2016-10-14 13:04:54
tf.contrib.graph_editor.copy_with_input_replacements()

tf.contrib.graph_editor.copy_with_input_replacements(sgv, replacement_ts, dst_graph=None, dst_scope='', src_scope='', reuse_dst_scope=False)

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

tf.contrib.graph_editor.transform_op_in_place(info, op, detach_outputs=False) Transform a op in-place - experimental!

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

tf.contrib.graph_editor.SubGraphView.__exit__(exc_type, exc_value, traceback)

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

tf.contrib.graph_editor.SubGraphView.connected_outputs The connected output tensors of this subgraph view.

2016-10-14 13:05:11
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.swap_inputs()

tf.contrib.graph_editor.swap_inputs(sgv0, sgv1) Swap all the inputs of sgv0 and sgv1 (see reroute_inputs).

2016-10-14 13:05:17
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