| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | scatter_test.cc | 31 Literal* scatter_indices, Literal* updates) { in RunTest() 68 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 99 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 127 Literal updates = in XLA_TEST_F() local 193 Literal updates = in XLA_TEST_F() local 224 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 253 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 282 Literal updates = in XLA_TEST_F() local 312 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 341 Literal updates = LiteralUtil::CreateR3<int32>( in XLA_TEST_F() local [all …]
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | state_ops.py | 252 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument 306 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument 368 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument 420 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument 483 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument 537 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument 601 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument 653 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument 705 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument 760 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument [all …]
|
| D | variables.py | 694 def scatter_nd_sub(self, indices, updates, name=None): argument 745 def scatter_nd_add(self, indices, updates, name=None): argument 796 def scatter_nd_update(self, indices, updates, name=None): argument 1957 def scatter_nd_sub(self, indices, updates, name=None): argument 2009 def scatter_nd_add(self, indices, updates, name=None): argument 2061 def scatter_nd_update(self, indices, updates, name=None): argument
|
| D | resource_variable_ops.py | 1184 def scatter_nd_sub(self, indices, updates, name=None): argument 1237 def scatter_nd_add(self, indices, updates, name=None): argument 1290 def scatter_nd_update(self, indices, updates, name=None): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | scatter_ops_test.py | 35 def _NumpyAdd(ref, indices, updates): argument 47 def _NumpySub(ref, indices, updates): argument 57 def _NumpyMul(ref, indices, updates): argument 67 def _NumpyDiv(ref, indices, updates): argument 77 def _NumpyMin(ref, indices, updates): argument 87 def _NumpyMax(ref, indices, updates): argument 97 def _NumpyUpdate(ref, indices, updates): argument
|
| D | scatter_nd_ops_test.py | 62 def _NumpyScatterNd(ref, indices, updates, op): argument 79 def _NumpyUpdate(ref, indices, updates): argument 83 def _NumpyAdd(ref, indices, updates): argument 87 def _NumpySub(ref, indices, updates): argument 91 def _NumpyMul(ref, indices, updates): argument 95 def _NumpyDiv(ref, indices, updates): argument 393 def scatter_nd(self, indices, updates, shape, input_=None): argument 694 def scatter_nd(self, indices, updates, shape, input_=None): argument
|
| D | batch_scatter_ops_test.py | 36 def _NumpyUpdate(ref, indices, updates): argument
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | scatter_nd_op_test.py | 49 def _NumpyScatterNd(ref, indices, updates, op): argument 66 def _NumpyUpdate(indices, updates, shape): argument 121 def _runScatterNd(self, indices, updates, shape): argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | scatter_expander.cc | 95 HloInstruction* updates, absl::Span<const int64> update_window_dims) { in PermuteScatterAndWindowDims() 115 const Shape& scatter_indices_shape, HloInstruction* updates, in AdjustScatterDims() 227 HloInstruction* updates = loop_state[2]; in ScatterLoopBody() local 349 HloInstruction* updates = scatter->mutable_operand(2); in ExpandScatter() local
|
| D | hlo_evaluator_test.cc | 2336 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 2369 Literal updates = in TEST_F() local 2404 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 2438 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 2472 Literal updates = in TEST_P() local 2508 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 2542 Literal updates = LiteralUtil::CreateR3<int32>( in TEST_F() local 2578 Literal updates = LiteralUtil::CreateR2<int32>({{-10, 10}, {-40, 40}}); in TEST_F() local 2616 Literal updates = LiteralUtil::CreateR2<int32>({{-10, 10}, {-20, 20}}); in TEST_F() local 2651 Literal updates = LiteralUtil::CreateR2<int32>({{10}}); in TEST_F() local [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | scatter_op.cc | 39 static bool ValidShapes(const Tensor& params, const Tensor& updates, in ValidShapes() 57 const Tensor& indices, const Tensor& updates) { in DoValidationChecking() 100 const Tensor& updates = c->input(2); in DoCompute() local 179 const Tensor& updates = c->input(2); in DoCompute() local
|
| D | scatter_nd_op.cc | 76 const Tensor& updates = c->input(1); in Compute() local 151 const Tensor& updates = c->input(2); in Compute() local 269 const Tensor& updates = c->input(2); in DoCompute() local 519 const Tensor& indices, const Tensor& updates) { in ValidateUpdateShape() 555 const Tensor& indices, const Tensor& updates, in PrepareAndValidateInputs() 663 const Tensor& updates, const TensorShape& shape, Tensor* out, in DoScatterNd()
|
| D | scatter_nd_op_gpu.cu.cc | 83 const Index* indices, const T* updates, T* out, in ScatterNdOpKernel()
|
| D | scatter_nd_op_test.cc | 266 std::vector<float> updates; in BM_ScatterNdHelper() local
|
| D | scatter_op_test.cc | 256 std::vector<float> updates; in BM_ScatterHelper() local
|
| /external/u-boot/test/py/tests/ |
| D | test_tpm2.py | 23 updates = 0 variable
|
| /external/tensorflow/tensorflow/core/kernels/fuzzing/ |
| D | scatter_nd_fuzz.cc | 29 auto updates = in BuildGraph() local
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | scatter_nd_op.cc | 110 auto updates = context->Input(1); in Compile() local
|
| /external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
| D | scatter.cc | 34 const xla::XlaOp& buffer, const xla::XlaOp& updates, in XlaScatter()
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | ICUServiceTestSample.java | 85 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| D | ICUServiceTestSample.java | 88 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| D | array_grad_test.cc | 226 auto updates = in TEST_F() local 236 auto updates = in TEST_F() local 248 auto updates = in TEST_F() local 259 auto updates = in TEST_F() local
|
| /external/u-boot/lib/ |
| D | tpm-v2.c | 120 unsigned int *updates) in tpm2_pcr_read()
|
| /external/u-boot/cmd/ |
| D | tpm-v2.c | 115 unsigned int updates; in do_tpm_pcr_read() local
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| D | svga_resource_buffer.h | 196 struct svga_3d_update_gb_image *updates; member
|