Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py541 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): function
Dresource_variable_ops.py1129 def scatter_nd_sub(self, indices, updates, name=None): member in BaseResourceVariable
2111 def scatter_nd_sub(self, indices, updates, name=None): member in _UnreadVariable
Dvariables.py790 def scatter_nd_sub(self, indices, updates, name=None): member in Variable
2328 def scatter_nd_sub(self, indices, updates, name=None): member in RefVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py296 def scatter_nd_sub(self, indices, updates, name=None): member in AutoCastVariable