Searched defs:scatter_nd_sub (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ | ||
D | state_ops.py | 668 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): function |
D | resource_variable_ops.py | 1185 def scatter_nd_sub(self, indices, updates, name=None): member in BaseResourceVariable |
D | variables.py | 794 def scatter_nd_sub(self, indices, updates, name=None): member in Variable |
/external/tensorflow/tensorflow/python/distribute/ | ||
D | values_v2.py | 203 def scatter_nd_sub(self, indices, updates, name=None): member in DistributedVariable |
/external/tensorflow/tensorflow/python/keras/mixed_precision/ | ||
D | autocast_variable.py | 291 def scatter_nd_sub(self, indices, updates, name=None): member in AutoCastVariable |