/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | scatter_test.cc | 30 Literal* scatter_indices, Literal* updates) { in RunTest() 67 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 98 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 126 Literal updates = in XLA_TEST_F() local 192 Literal updates = in XLA_TEST_F() local 223 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 = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local 311 Literal updates = in XLA_TEST_F() local 341 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in XLA_TEST_F() local [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | state_ops.py | 256 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument 310 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument 372 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument 424 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument 487 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument 541 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument 605 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument 657 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument 709 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument 764 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument [all …]
|
D | resource_variable_ops.py | 1129 def scatter_nd_sub(self, indices, updates, name=None): argument 1181 def scatter_nd_add(self, indices, updates, name=None): argument 1233 def scatter_nd_update(self, indices, updates, name=None): argument 1285 def scatter_nd_max(self, indices, updates, name=None): argument 1321 def scatter_nd_min(self, indices, updates, name=None): argument 2111 def scatter_nd_sub(self, indices, updates, name=None): argument 2115 def scatter_nd_add(self, indices, updates, name=None): argument 2119 def scatter_nd_update(self, indices, updates, name=None): argument 2124 def scatter_nd_max(self, indices, updates, name=None): argument 2128 def scatter_nd_min(self, indices, updates, name=None): argument
|
D | variables.py | 790 def scatter_nd_sub(self, indices, updates, name=None): argument 837 def scatter_nd_add(self, indices, updates, name=None): argument 884 def scatter_nd_update(self, indices, updates, name=None): argument 2328 def scatter_nd_sub(self, indices, updates, name=None): argument 2377 def scatter_nd_add(self, indices, updates, name=None): argument 2426 def scatter_nd_update(self, indices, updates, name=None): argument 2475 def scatter_nd_max(self, indices, updates, name=None): argument 2508 def scatter_nd_min(self, indices, updates, name=None): argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | scatter_nd.cc | 51 const RuntimeShape& updates, in CheckShapes() 79 const TfLiteTensor* updates; in Prepare() local 129 TfLiteStatus ScatterNd(const TfLiteTensor* indices, const TfLiteTensor* updates, in ScatterNd() 140 const TfLiteTensor* updates, in EvalScatterNd() 173 const TfLiteTensor* updates; in Eval() local
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | scatter_nd_ops_test.py | 63 def _NumpyScatterNd(ref, indices, updates, op): argument 80 def _NumpyUpdate(ref, indices, updates): argument 84 def _NumpyAdd(ref, indices, updates): argument 88 def _NumpySub(ref, indices, updates): argument 92 def _NumpyMul(ref, indices, updates): argument 96 def _NumpyDiv(ref, indices, updates): argument 100 def _NumpyMin(ref, indices, updates): argument 104 def _NumpyMax(ref, indices, updates): argument 468 def scatter_nd(self, indices, updates, shape, input_=None): argument 769 def scatter_nd(self, indices, updates, shape, input_=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 | batch_scatter_ops_test.py | 35 def _NumpyUpdate(ref, indices, updates): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/ |
D | scatter_nd_ops_test.py | 49 def _NumpyScatterNd(ref, indices, updates, op): argument 66 def _NumpyMin(ref, indices, updates): argument 70 def _NumpyMax(ref, indices, updates): 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 365 HloInstruction* updates = scatter->mutable_operand(2); in ExpandInstruction() local
|
D | dynamic_update_slice_test.cc | 168 Literal updates = in XLA_TEST_F() local
|
D | hlo_evaluator_test.cc | 3539 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 3572 Literal updates = in TEST_F() local 3607 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 3641 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 3675 Literal updates = in TEST_P() local 3711 Literal updates = LiteralUtil::CreateR2<int32>({{10, 20, 30}, {70, 80, 90}}); in TEST_F() local 3745 Literal updates = LiteralUtil::CreateR3<int32>( in TEST_F() local 3781 Literal updates = LiteralUtil::CreateR2<int32>({{-10, 10}, {-40, 40}}); in TEST_F() local 3819 Literal updates = LiteralUtil::CreateR2<int32>({{-10, 10}, {-20, 20}}); in TEST_F() local 3854 Literal updates = LiteralUtil::CreateR2<int32>({{10}}); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | scatter_nd_op_test.py | 50 def _NumpyScatterNd(ref, indices, updates, op): argument 67 def _NumpyUpdate(indices, updates, shape): argument 122 def _runScatterNd(self, indices, updates, shape): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_op.cc | 33 static bool ValidShapes(const Tensor& params, const Tensor& updates, in ValidShapes() 51 const Tensor& indices, const Tensor& updates) { in DoValidationChecking() 94 const Tensor& updates = c->input(2); in DoCompute() local
|
D | scatter_nd_op.cc | 71 const Tensor& updates = c->input(1); in Compute() local 148 const Tensor& updates = c->input(2); in Compute() local 276 const Tensor& updates = c->input(2); in DoCompute() local 778 const Tensor& indices, const Tensor& updates) { in ValidateUpdateShape() 819 const Tensor& indices, const Tensor& updates, in PrepareAndValidateInputs() 903 const Tensor& updates, const TensorShape& shape, Tensor* out, in DoScatterNd()
|
D | scatter_op_test.cc | 209 std::vector<int32> updates(kNumUpdates, 1); in TEST_F() local 295 std::vector<float> updates; in BM_ScatterHelper() local
|
/external/tensorflow/tensorflow/core/data/service/ |
D | journal_test.cc | 87 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local 101 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_preprocessing_layer_v1.py | 76 def _set_state_variables(self, updates): argument
|
/external/libchrome/base/files/ |
D | file_path_watcher_kqueue.cc | 211 EventVector updates(valid); in UpdateWatches() local 307 EventVector updates(events_.size()); in OnKQueueReadable() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | scatter_nd_op.cc | 112 auto updates = context->Input(1); in Compile() local 165 auto updates = context->Input(2); in CompileTensorScatter() local
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
D | scatter_nd_fuzz.cc | 29 auto updates = in BuildGraph() 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
|