Searched defs:scatter_nd_add (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ | ||
D | state_ops.py | 424 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): function |
D | resource_variable_ops.py | 1181 def scatter_nd_add(self, indices, updates, name=None): member in BaseResourceVariable |
D | variables.py | 837 def scatter_nd_add(self, indices, updates, name=None): member in Variable |
/external/tensorflow/tensorflow/python/keras/mixed_precision/ | ||
D | autocast_variable.py | 300 def scatter_nd_add(self, indices, updates, name=None): member in AutoCastVariable |