Subtracts a value from this variable. This is essentially a shortcut for `assign_sub(self, delta)`. Args: delta: A `Tensor`. The value to subtract from this variable. use_locking: If `True`, use locking during the operation. name: The name of the operation to be created
(self, delta, use_locking=False, name=None, read_value=True)
source not stored for this graph (policy: none)
no outgoing calls