tf.no_op

tf.no_op(name=None)

Defined in generated file: tensorflow/python/ops/gen_control_flow_ops.py.

Does nothing. Only useful as a placeholder for control edges.

Args:

  • name: A name for the operation (optional).

Returns:

The created Operation.