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

tf.contrib.graph_editor.swap_ts(ts0, ts1, can_modify=None, cannot_modify=None) For each tensor's pair, swap the end of (t0,t1)

2025-01-10 15:47:30
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.replace_t_with_placeholder_handler()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.replace_t_with_placeholder_handler(info, t) Transform a tensor into a placeholder tensor.

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

tf.contrib.graph_editor.SubGraphView.remap_outputs_to_consumers() Remap the outputs to match the number of consumers.

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
  • 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
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