/external/tensorflow/tensorflow/python/kernel_tests/ |
D | batch_scatter_ops_test.py | 42 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))
|
D | resource_variable_ops_test.py | 1067 batch_var.batch_scatter_update(batch_slices1) 1068 .batch_scatter_update(batch_slices2),
|
/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/python/keras/mixed_precision/ |
D | autocast_variable.py | 292 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/ |
D | tensorflow.-variable.pbtxt | 76 name: "batch_scatter_update"
|
D | tensorflow.pbtxt | 916 name: "batch_scatter_update"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.-variable.pbtxt | 75 name: "batch_scatter_update"
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 1075 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)
|
D | state_ops.py | 821 def batch_scatter_update(ref, indices, updates, use_locking=True, name=None): function
|
D | variables.py | 744 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(
|