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

tf.contrib.graph_editor.get_consuming_ops(ts) Return all the consuming ops of the tensors in ts. Args:

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

tf.contrib.graph_editor.get_generating_ops(ts) Return all the generating ops of the tensors in ts. Args:

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

tf.contrib.graph_editor.get_tensors(graph) get all the tensors which are input or output of an op in the graph.

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

tf.contrib.graph_editor.SubGraphView.remap_default(remove_input_map=True, remove_output_map=True) Remap the inputs and/or outputs

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

tf.contrib.graph_editor.SubGraphView.__str__()

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

tf.contrib.graph_editor.SubGraphView.input_index(t) Find the input index corresponding to the given input tensor t.

2025-01-10 15:47:30