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

Function assign_sub

tensorflow/tensorflow/python/ops/state_ops.py:137–164  ·  view source on GitHub ↗

Update `ref` by subtracting `value` from it. This operation outputs `ref` after the update is done. This makes it easier to chain operations that need to use the reset value. Unlike `tf.math.subtract`, this op does not broadcast. `ref` and `value` must have the same shape. Args: ref:

(ref, value, use_locking=None, name=None)

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