MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / assign_add

Method assign_add

tensorflow/python/ops/variables.py:580–593  ·  view source on GitHub ↗

Adds a value to this variable. This is essentially a shortcut for `assign_add(self, delta)`. Args: delta: A `Tensor`. The value to add to this variable. use_locking: If `True`, use locking during the operation. Returns: A `Tensor` that will hold the new value of thi

(self, delta, use_locking=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls