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