Searched refs:update_method (Results 1 – 1 of 1) sorted by relevance
1507 def _slice_helper(tensor, slice_spec, update_method=None, updates=None): argument1613 if update_method == _UpdateMethod.UPDATE and not advanced_indices:1644 if update_method is None:1646 assert update_method != _UpdateMethod.UPDATE1649 if update_method == _UpdateMethod.ADD:1651 elif update_method == _UpdateMethod.MIN:1653 elif update_method == _UpdateMethod.MAX:1721 if update_method == _UpdateMethod.UPDATE:1723 elif update_method == _UpdateMethod.ADD:1725 elif update_method == _UpdateMethod.MIN:[all …]