Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_scatter_ops_test.py43 state_ops.batch_scatter_update: _NumpyUpdate,
77 ref.batch_scatter_update(ops.IndexedSlices(indices, updates))
88 state_ops.batch_scatter_update, vtype, itype)
94 update0 = state_ops.batch_scatter_update(var, [1], [True])
95 update1 = state_ops.batch_scatter_update(
114 state_ops.batch_scatter_update(ref, indices, updates).eval()
120 state_ops.batch_scatter_update(ref, indices, updates).eval()
125 state_ops.batch_scatter_update(ref, indices, updates).eval()
/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/tools/api/golden/v1/
Dtensorflow.-variable.pbtxt68 name: "batch_scatter_update"
Dtensorflow.pbtxt880 name: "batch_scatter_update"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-variable.pbtxt67 name: "batch_scatter_update"
/external/tensorflow/tensorflow/python/ops/
Dvariables.py647 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in Variable
1908 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in RefVariable
1953 return state_ops.batch_scatter_update(
Dstate_ops.py817 def batch_scatter_update(ref, indices, updates, use_locking=True, name=None): function
Dresource_variable_ops.py1135 def batch_scatter_update(self, sparse_delta, use_locking=False, name=None): member in ResourceVariable
1180 return self._lazy_read(state_ops.batch_scatter_update(