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