Searched defs:scatter_nd_max (Results 1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/python/ops/ | ||
| D | resource_variable_ops.py | 1341 def scatter_nd_max(self, indices, updates, name=None): member in BaseResourceVariable |
| D | variables.py | 2469 def scatter_nd_max(self, indices, updates, name=None): member in RefVariable |