Home
last modified time | relevance | path

Searched defs:scatter_nd_sub (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py668 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): function
Dresource_variable_ops.py1185 def scatter_nd_sub(self, indices, updates, name=None): member in BaseResourceVariable
2226 def scatter_nd_sub(self, indices, updates, name=None): member in _UnreadVariable
Dvariables.py794 def scatter_nd_sub(self, indices, updates, name=None): member in Variable
2322 def scatter_nd_sub(self, indices, updates, name=None): member in RefVariable
/external/tensorflow/tensorflow/python/distribute/
Dvalues_v2.py203 def scatter_nd_sub(self, indices, updates, name=None): member in DistributedVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py291 def scatter_nd_sub(self, indices, updates, name=None): member in AutoCastVariable