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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected