tf.contrib.graph_editor.detach_inputs()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.detach_inputs(sgv, control_inputs=False) Detach the inputs of a subgraph view.

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.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.sgv()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.sgv(*args, **kwargs) Create a SubGraphView from selected operations and passthrough tensors.

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
tf.contrib.graph_editor.SubGraphView.connected_inputs
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

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

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

class tf.contrib.graph_editor.matcher Graph match class.

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

tf.contrib.graph_editor.reroute_a2b_inputs(sgv0, sgv1) Re-route all the inputs of sgv0 to sgv1 (see reroute_inputs).

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
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

class tf.contrib.graph_editor.SubGraphView A subgraph view on an existing tf.Graph. An instance

2025-01-10 15:47:30