/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 | 387 def scatter_update(ref, indices, updates, use_locking=True, name=None): argument 441 def scatter_nd_update(ref, indices, updates, use_locking=True, name=None): argument 503 def scatter_add(ref, indices, updates, use_locking=False, name=None): argument 555 def scatter_nd_add(ref, indices, updates, use_locking=False, name=None): argument 618 def scatter_sub(ref, indices, updates, use_locking=False, name=None): argument 672 def scatter_nd_sub(ref, indices, updates, use_locking=False, name=None): argument 736 def scatter_mul(ref, indices, updates, use_locking=False, name=None): argument 788 def scatter_div(ref, indices, updates, use_locking=False, name=None): argument 840 def scatter_max(ref, indices, updates, use_locking=False, name=None): argument 895 def scatter_min(ref, indices, updates, use_locking=False, name=None): argument [all …]
|
D | resource_variable_ops.py | 1143 def scatter_nd_sub(self, indices, updates, name=None): argument 1195 def scatter_nd_add(self, indices, updates, name=None): argument 1247 def scatter_nd_update(self, indices, updates, name=None): argument 1299 def scatter_nd_max(self, indices, updates, name=None): argument 1335 def scatter_nd_min(self, indices, updates, name=None): argument 2165 def scatter_nd_sub(self, indices, updates, name=None): argument 2169 def scatter_nd_add(self, indices, updates, name=None): argument 2173 def scatter_nd_update(self, indices, updates, name=None): argument 2178 def scatter_nd_max(self, indices, updates, name=None): argument 2182 def scatter_nd_min(self, indices, updates, name=None): argument
|
D | variables.py | 797 def scatter_nd_sub(self, indices, updates, name=None): argument 843 def scatter_nd_add(self, indices, updates, name=None): argument 889 def scatter_nd_update(self, indices, updates, name=None): argument 2332 def scatter_nd_sub(self, indices, updates, name=None): argument 2381 def scatter_nd_add(self, indices, updates, name=None): argument 2430 def scatter_nd_update(self, indices, updates, name=None): argument 2479 def scatter_nd_max(self, indices, updates, name=None): argument 2512 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()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | journal_test.cc | 91 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local 105 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/ |
D | AccessPathNullnessPropagation.java | 509 ReadableUpdates updates = new ReadableUpdates(); in visitAssignment() local 561 ReadableUpdates updates) { in handleEnhancedForOverKeySet() 648 Nullness value, TransferInput<Nullness, NullnessStore> input, ReadableUpdates updates) { in updateRegularStore() 657 private void setNonnullIfAnalyzeable(Updates updates, Node node) { in setNonnullIfAnalyzeable() 694 ReadableUpdates updates = new ReadableUpdates(); in visitVariableDeclaration() local 709 ReadableUpdates updates = new ReadableUpdates(); in visitFieldAccess() local 722 AccessPathNullnessPropagation.ReadableUpdates updates, Node receiver, Symbol symbol) { in setReceiverNonnull() 737 ReadableUpdates updates = new ReadableUpdates(); in visitArrayAccess() local 851 ReadableUpdates updates = new ReadableUpdates(); in visitAssertionError() local 1021 private static ResultingStore updateStore(NullnessStore oldStore, ReadableUpdates... updates) { in updateStore()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values_v2.py | 206 def scatter_nd_sub(self, indices, updates, name=None): argument 210 def scatter_nd_add(self, indices, updates, name=None): argument 214 def scatter_nd_update(self, indices, updates, name=None): 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 | 113 auto updates = context->Input(1); in Compile() local 166 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/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
D | ApacheThriftIsSetHandler.java | 96 AccessPathNullnessPropagation.Updates updates, in updateNonNullAPsForElement()
|
/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
|