Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py437 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): function
Dresource_variable_ops.py1289 def scatter_nd_update(self, indices, updates, name=None): member in BaseResourceVariable
2234 def scatter_nd_update(self, indices, updates, name=None): member in _UnreadVariable
Dvariables.py886 def scatter_nd_update(self, indices, updates, name=None): member in Variable
2420 def scatter_nd_update(self, indices, updates, name=None): member in RefVariable
/external/tensorflow/tensorflow/python/distribute/
Dvalues_v2.py211 def scatter_nd_update(self, indices, updates, name=None): member in DistributedVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py299 def scatter_nd_update(self, indices, updates, name=None): member in AutoCastVariable