Searched refs:update_method (Results 1 – 1 of 1) sorted by relevance
1509 def _slice_helper(tensor, slice_spec, update_method=None, updates=None): argument1615 if update_method == _UpdateMethod.UPDATE and not advanced_indices:1646 if update_method is None:1648 assert update_method != _UpdateMethod.UPDATE1651 if update_method == _UpdateMethod.ADD:1653 elif update_method == _UpdateMethod.MIN:1655 elif update_method == _UpdateMethod.MAX:1723 if update_method == _UpdateMethod.UPDATE:1725 elif update_method == _UpdateMethod.ADD:1727 elif update_method == _UpdateMethod.MIN:[all …]