Searched defs:scatter_nd_add (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | state_ops.py | 420 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): function
|
D | variables.py | 745 def scatter_nd_add(self, indices, updates, name=None): member in Variable 2009 def scatter_nd_add(self, indices, updates, name=None): member in RefVariable
|
D | resource_variable_ops.py | 1237 def scatter_nd_add(self, indices, updates, name=None): member in ResourceVariable
|