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

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

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

tf.contrib.graph_editor.detach_control_outputs(sgv, control_outputs) Detach all the external control outputs of the subgraph sgv

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

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

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

tf.contrib.graph_editor.OpMatcher.__init__(positive_filter) Graph match constructor.

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

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

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

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

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

class tf.contrib.graph_editor.Transformer Transform a subgraph into another one. By default, the

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

tf.contrib.graph_editor.graph_replace(target_ts, replacement_ts, dst_scope='', src_scope='', reuse_dst_scope=False) Create a new

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

tf.contrib.graph_editor.ControlOutputs.get(op) return the control outputs of op.

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

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

2025-01-10 15:47:30