Home | History | Annotate | Download | only in ops

Lines Matching refs:assign_sub

622   def assign_sub(self, delta, use_locking=False):
625 This is essentially a shortcut for `assign_sub(self, delta)`.
635 return state_ops.assign_sub(self._variable, delta, use_locking=use_locking)
1057 "Variable -= will be deprecated. Use variable.assign_sub"