tf.contrib.graph_editor.SubGraphView.inputs

tf.contrib.graph_editor.SubGraphView.inputs The input tensors of this subgraph view.

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

tf.contrib.graph_editor.get_backward_walk_ops(seed_ops, inclusive=True, within_ops=None, stop_at_ts=(), control_inputs=False) Do

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

tf.contrib.graph_editor.check_cios(control_inputs=False, control_outputs=None, control_ios=None) Do various check on control_inputs

2016-10-14 13:04:51
tf.contrib.graph_editor.get_ops_ios()

tf.contrib.graph_editor.get_ops_ios(ops, control_inputs=False, control_outputs=None, control_ios=None) Return all the tf.Operation

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

tf.contrib.graph_editor.op_type(op_types, op=None) Check if an op is of the given type. Args:

2016-10-14 13:05:06
tf.contrib.graph_editor.bypass()

tf.contrib.graph_editor.bypass(sgv) Bypass the given subgraph by connecting its inputs to its outputs.

2016-10-14 13:04:51
tf.contrib.graph_editor.select_ops_and_ts()

tf.contrib.graph_editor.select_ops_and_ts(*args, **kwargs) Helper to select operations and tensors. Args:

2016-10-14 13:05:09
tf.contrib.graph_editor.get_within_boundary_ops()

tf.contrib.graph_editor.get_within_boundary_ops(ops, seed_ops, boundary_ops=(), inclusive=True, control_inputs=False, control_outputs=None, control_ios=None)

2016-10-14 13:05:01
tf.contrib.graph_editor.get_walks_union_ops()

tf.contrib.graph_editor.get_walks_union_ops(forward_seed_ops, backward_seed_ops, forward_inclusive=True, backward_inclusive=True, within_ops=None, control_inputs=False

2016-10-14 13:05:01
tf.contrib.graph_editor.reroute_b2a_ts()

tf.contrib.graph_editor.reroute_b2a_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, replace the end

2016-10-14 13:05:09