MCPcopy Create free account
hub / github.com/alibaba/nann / assign_sub

Method assign_sub

tensorflow/tensorflow/python/ops/variables.py:2094–2114  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

assign_subMethod · 0.45

Tested by

no test coverage detected