Home
last modified time | relevance | path

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

123

/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.py256 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 …]
Dresource_variable_ops.py1129 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
Dvariables.py790 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/
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()
Dscatter_op_test.cc209 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/
Djournal_test.cc87 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local
101 std::vector<Update> updates = {MakeCreateJobUpdate(), in TEST() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer_v1.py76 def _set_state_variables(self, updates): 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.cc112 auto updates = context->Input(1); in Compile() local
165 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/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
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad_test.cc226 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

123