/third_party/mindspore/tests/st/ops/cpu/ |
D | test_scatter_arithmetic_op.py | 27 def __init__(self, lock, inputx, indices, updates): argument 39 def scatter_add_net(inputx, indices, updates): argument 45 def scatter_add_use_locking_false_net(inputx, indices, updates): argument 228 def __init__(self, lock, inputx, indices, updates): argument 240 def scatter_sub_net(inputx, indices, updates): argument 246 def scatter_sub_use_locking_false_net(inputx, indices, updates): argument 317 def __init__(self, lock, inputx, indices, updates): argument 329 def scatter_mul_net(inputx, indices, updates): argument 335 def scatter_mul_use_locking_false_net(inputx, indices, updates): argument 383 def __init__(self, lock, inputx, indices, updates): argument [all …]
|
/third_party/mindspore/tests/st/auto_monad/ |
D | test_effect_ops.py | 86 def construct(self, indices, updates): argument 111 def construct(self, indices, updates): argument 136 def construct(self, indices, updates): argument 161 def construct(self, indices, updates): argument 186 def construct(self, indices, updates): argument 211 def construct(self, indices, updates): argument 236 def construct(self, indices, updates): argument 261 def construct(self, indices, updates): argument 286 def construct(self, indices, updates): argument 311 def construct(self, indices, updates): argument [all …]
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_scatter_func_op.py | 35 def __init__(self, func, lock, inputx, indices, updates): argument 48 def scatter_func_net(func, inputx, indices, updates): argument 54 def scatter_func_use_locking_false_net(func, inputx, indices, updates): argument 61 def __init__(self, func, inputx, indices, updates): argument 76 def scatter_func_d_net(func, inputx, indices, updates): argument 89 def construct(self, indices, updates): argument
|
D | test_scatter_nd_func_op.py | 35 def __init__(self, func, lock, inputx, indices, updates): argument 48 def scatter_nd_func_net(func, inputx, indices, updates): argument 54 def scatter_nd_func_use_locking_false_net(func, inputx, indices, updates): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | scatter_functor_impl.cu | 22 const T *updates, T *input) { in ScatterUpdateKernel() 32 …erAddKernel(const size_t inner_size, const size_t updates_size, const S *indices, const T *updates, in ScatterAddKernel() 43 …erSubKernel(const size_t inner_size, const size_t updates_size, const S *indices, const T *updates, in ScatterSubKernel() 55 const S *indices, const T *updates, T *input, cudaStream_t cuda_stream) { in ScatterFunc()
|
D | scatter_nd_functor_impl.cu | 22 … const S *out_strides, const S *indices, const T *updates, T *input) { in ScatterNdUpdate() 48 const S *out_strides, const S *indices, const T *updates, T *input) { in ScatterNdAdd() 74 const S *out_strides, const S *indices, const T *updates, T *input) { in ScatterNdSub() 100 … const size_t &index_depth, const S *out_strides, const S *indices, const T *updates, T *input, in CalScatterNdFunctor()
|
/third_party/mindspore/mindspore/ops/_grad_experimental/ |
D | grad_array_ops.py | 62 def tensor_scatter_possible_replacement(x, indices, updates, out, dout): argument 83 def bprop(x, indices, updates, out, dout): argument 92 def bprop(x, indices, updates, out, dout): argument
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | tensor_scatter_update_fission_test.py | 41 def before(x, indices, updates): argument 46 def after(x, indices, updates): argument
|
/third_party/boost/boost/graph/distributed/detail/ |
D | remote_update_set.hpp | 116 std::vector<updates_pair_type> updates(num_updates); in operator ()() local 176 std::vector<Updates> updates; member in boost::graph::detail::remote_update_set
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/ |
D | scatter_functor_gpu_kernel.h | 50 T *updates = GetDeviceAddress<T>(inputs, 2); in Launch() local
|
D | scatter_nd_functor_gpu_kernel.h | 50 T *updates = GetDeviceAddress<T>(inputs, 2); in Launch() local
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_ops.py | 94 def construct(self, indices, updates): argument 421 def construct(self, indices, updates): argument 434 def construct(self, indices, updates): argument 447 def construct(self, indices, updates): argument 460 def construct(self, indices, updates): argument 473 def construct(self, indices, updates): argument 486 def construct(self, indices, updates): argument 499 def construct(self, indices, updates): argument 512 def construct(self, indices, updates): argument 525 def construct(self, indices, updates): argument [all …]
|
/third_party/ffmpeg/libavformat/ |
D | oggparsevorbis.c | 78 int updates = ff_vorbis_comment(as, &st->metadata, buf, size, 1); in ff_vorbis_stream_comment() local 93 int updates = 0; in ff_vorbis_comment() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTestSample.java | 85 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceTestSample.java | 88 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | scatter_nd_update_cpu_kernel.cc | 34 T *updates = params->updates_; in Compute() local
|
D | scatter_nd_cpu_kernel.cc | 33 T *updates = params->updates_; in Compute() local
|
D | scatter_arithmetic_cpu_kernel.cc | 79 auto *updates = reinterpret_cast<T *>(inputs[UPDATES_INDEX_]->addr); in Launch() local
|
/third_party/cef/tests/ceftests/ |
D | osr_accessibility_unittest.cc | 270 CefRefPtr<CefListValue> updates = GetUpdateList(value); in GetUpdateListSize() local 278 CefRefPtr<CefListValue> updates = GetUpdateList(value); in GetUpdateValue() local
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.h | 104 gint updates; member
|
/third_party/node/deps/npm/node_modules/cidr-regex/ |
D | package.json | 48 "updates": "^4.3.0", string
|
/third_party/node/deps/npm/node_modules/is-cidr/ |
D | package.json | 49 "updates": "^4.5.2", string
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 467 def batch_update(service, spreadsheet_id, updates): argument
|
/third_party/cef/libcef/browser/osr/ |
D | osr_accessibility_util.cc | 440 CefRefPtr<CefListValue> updates = CefListValue::Create(); in ToCefValue() local
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 471 def batch_update(service, spreadsheet_id, updates): argument
|