tf.contrib.graph_editor.SubGraphView.ops
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.SubGraphView.ops The operations in this subgraph view.

2025-01-10 15:47:30
tf.contrib.graph_editor.reroute_b2a_outputs()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.reroute_b2a_outputs(sgv0, sgv1) Re-route all the outputs of sgv1 to sgv0 (see _reroute_outputs).

2025-01-10 15:47:30
tf.contrib.graph_editor.reroute_b2a()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.reroute_b2a(sgv0, sgv1) Re-route the inputs and outputs of sgv1 to sgv0 (see _reroute).

2025-01-10 15:47:30
tf.contrib.graph_editor.SubGraphView.passthroughs
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.SubGraphView.passthroughs The passthrough tensors, going straight from input to output.

2025-01-10 15:47:30
tf.contrib.graph_editor.OpMatcher.control_input_ops()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

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

2025-01-10 15:47:30
tf.contrib.graph_editor.SubGraphView.remove_unused_ops()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.SubGraphView.remove_unused_ops(control_inputs=True) Remove unused ops. Args:

2025-01-10 15:47:30
tf.contrib.graph_editor.connect()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.connect(sgv0, sgv1, disconnect_first=False) Connect the outputs of sgv0 to the inputs of sgv1.

2025-01-10 15:47:30
tf.contrib.graph_editor.SubGraphView.
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.SubGraphView.__enter__() Allow Python context to minize the life time of a subgraph view.

2025-01-10 15:47:30
tf.contrib.graph_editor.swap()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.swap(sgv0, sgv1) Swap the inputs and outputs of sgv1 to sgv0 (see _reroute).

2025-01-10 15:47:30
tf.contrib.graph_editor.SubGraphView.graph
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.SubGraphView.graph The underlying tf.Graph.

2025-01-10 15:47:30