Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py310 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): function
Dresource_variable_ops.py1233 def scatter_nd_update(self, indices, updates, name=None): member in BaseResourceVariable
2119 def scatter_nd_update(self, indices, updates, name=None): member in _UnreadVariable
Dvariables.py884 def scatter_nd_update(self, indices, updates, name=None): member in Variable
2426 def scatter_nd_update(self, indices, updates, name=None): member in RefVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py304 def scatter_nd_update(self, indices, updates, name=None): member in AutoCastVariable