Home
last modified time | relevance | path

Searched refs:_with_index_update_helper (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1808 def _with_index_update_helper(update_method, a, slice_spec, updates): function
1827 functools.partial(_with_index_update_helper, _UpdateMethod.UPDATE))
1829 functools.partial(_with_index_update_helper, _UpdateMethod.ADD))
1831 functools.partial(_with_index_update_helper, _UpdateMethod.MIN))
1833 functools.partial(_with_index_update_helper, _UpdateMethod.MAX))