Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py424 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): function
Dresource_variable_ops.py1181 def scatter_nd_add(self, indices, updates, name=None): member in BaseResourceVariable
2115 def scatter_nd_add(self, indices, updates, name=None): member in _UnreadVariable
Dvariables.py837 def scatter_nd_add(self, indices, updates, name=None): member in Variable
2377 def scatter_nd_add(self, indices, updates, name=None): member in RefVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py300 def scatter_nd_add(self, indices, updates, name=None): member in AutoCastVariable