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

Method assign_sub

tensorflow/tensorflow/python/ops/variables.py:606–622  ·  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 15

testAssignmentsMethod · 0.95
fMethod · 0.95
assign_subFunction · 0.45
assign_subMethod · 0.45
assign_subMethod · 0.45
testCustomGradientMethod · 0.45
worker_fnMethod · 0.45
worker_fnMethod · 0.45
computeMethod · 0.45
funcMethod · 0.45

Calls

no outgoing calls

Tested by 8

testAssignmentsMethod · 0.76
fMethod · 0.76
testCustomGradientMethod · 0.36
worker_fnMethod · 0.36
worker_fnMethod · 0.36
computeMethod · 0.36
funcMethod · 0.36