Searched refs:batch_scatter_update (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | batch_scatter_ops_test.py | 43 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/ |
D | api_def_ScatterUpdate.pbtxt | 63 See also `tf.batch_scatter_update` and `tf.scatter_nd_update`.
|
D | api_def_ScatterNdUpdate.pbtxt | 74 See also `tf.scatter_update` and `tf.batch_scatter_update`.
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-variable.pbtxt | 68 name: "batch_scatter_update"
|
D | tensorflow.pbtxt | 880 name: "batch_scatter_update"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.-variable.pbtxt | 67 name: "batch_scatter_update"
|
/external/tensorflow/tensorflow/python/ops/ |
D | variables.py | 647 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(
|
D | state_ops.py | 817 def batch_scatter_update(ref, indices, updates, use_locking=True, name=None): function
|
D | resource_variable_ops.py | 1135 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(
|