Home
last modified time | relevance | path

Searched defs:updates (Results 1 – 25 of 76) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/tests/
Dscatter_test.cc30 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/
Dstate_ops.py387 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 …]
Dresource_variable_ops.py1143 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
Dvariables.py797 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/
Dscatter_nd.cc51 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/
Dscatter_nd_ops_test.py63 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/
Dscatter_ops_test.py35 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
Dbatch_scatter_ops_test.py35 def _NumpyUpdate(ref, indices, updates): argument
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/
Dscatter_nd_ops_test.py49 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/
Dscatter_expander.cc95 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
Ddynamic_update_slice_test.cc168 Literal updates = in XLA_TEST_F() local
Dhlo_evaluator_test.cc3539 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/
Dscatter_nd_op_test.py50 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/
Dscatter_op.cc33 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
Dscatter_nd_op.cc71 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/
Djournal_test.cc91 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/
DAccessPathNullnessPropagation.java509 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/
Dvalues_v2.py206 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/
Dfile_path_watcher_kqueue.cc211 EventVector updates(valid); in UpdateWatches() local
307 EventVector updates(events_.size()); in OnKQueueReadable() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc113 auto updates = context->Input(1); in Compile() local
166 auto updates = context->Input(2); in CompileTensorScatter() local
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dscatter_nd_fuzz.cc29 auto updates = in BuildGraph() local
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc34 const xla::XlaOp& buffer, const xla::XlaOp& updates, in XlaScatter()
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DApacheThriftIsSetHandler.java96 AccessPathNullnessPropagation.Updates updates, in updateNonNullAPsForElement()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java85 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTestSample.java88 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread

1234