Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/tests/
Dscatter_test.cc31 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/
Dstate_ops.py252 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 …]
Dvariables.py694 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
Dresource_variable_ops.py1184 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/
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
Dscatter_nd_ops_test.py62 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
Dbatch_scatter_ops_test.py36 def _NumpyUpdate(ref, indices, updates): argument
/external/tensorflow/tensorflow/compiler/tests/
Dscatter_nd_op_test.py49 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/
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
349 HloInstruction* updates = scatter->mutable_operand(2); in ExpandScatter() local
Dhlo_evaluator_test.cc2336 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/
Dscatter_op.cc39 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
Dscatter_nd_op.cc76 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()
Dscatter_nd_op_gpu.cu.cc83 const Index* indices, const T* updates, T* out, in ScatterNdOpKernel()
Dscatter_nd_op_test.cc266 std::vector<float> updates; in BM_ScatterNdHelper() local
Dscatter_op_test.cc256 std::vector<float> updates; in BM_ScatterHelper() local
/external/u-boot/test/py/tests/
Dtest_tpm2.py23 updates = 0 variable
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dscatter_nd_fuzz.cc29 auto updates = in BuildGraph() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc110 auto updates = context->Input(1); in Compile() 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
/external/u-boot/lib/
Dtpm-v2.c120 unsigned int *updates) in tpm2_pcr_read()
/external/u-boot/cmd/
Dtpm-v2.c115 unsigned int updates; in do_tpm_pcr_read() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.h196 struct svga_3d_update_gb_image *updates; member

12