Home
last modified time | relevance | path

Searched refs:batch_scatter_update (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_scatter_ops_test.py42 state_ops.batch_scatter_update: _NumpyUpdate,
77 ref.batch_scatter_update(ops.IndexedSlices(indices, updates))
87 state_ops.batch_scatter_update, vtype, itype)
91 update0 = state_ops.batch_scatter_update(var, [1], [True])
92 update1 = state_ops.batch_scatter_update(
110 self.evaluate(state_ops.batch_scatter_update(ref, indices, updates))
116 self.evaluate(state_ops.batch_scatter_update(ref, indices, updates))
121 self.evaluate(state_ops.batch_scatter_update(ref, indices, updates))
Dresource_variable_ops_test.py1067 batch_var.batch_scatter_update(batch_slices1)
1068 .batch_scatter_update(batch_slices2),
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ScatterUpdate.pbtxt63 See also `tf.batch_scatter_update` and `tf.scatter_nd_update`.
Dapi_def_ScatterNdUpdate.pbtxt74 See also `tf.scatter_update` and `tf.batch_scatter_update`.
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py292 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in AutoCastVariable
293 return self._apply_update(self._variable.batch_scatter_update, sparse_delta,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-variable.pbtxt76 name: "batch_scatter_update"
Dtensorflow.pbtxt916 name: "batch_scatter_update"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-variable.pbtxt75 name: "batch_scatter_update"
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1075 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in BaseResourceVariable
1122 state_ops.batch_scatter_update(
2106 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in _UnreadVariable
2109 self).batch_scatter_update(sparse_delta, use_locking, name)
Dstate_ops.py821 def batch_scatter_update(ref, indices, updates, use_locking=True, name=None): function
Dvariables.py744 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in Variable
2276 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in RefVariable
2321 return state_ops.batch_scatter_update(