/third_party/mindspore/tests/st/fl/albert/src/ |
D | assessment_method.py | 28 def update(self, logits, labels): member in Accuracy 48 def update(self, logits, labels): member in TopK 70 def update(self, logits, labels): member in F1 96 def update(self, logits, labels): member in Pearsonr 123 def update(self, logits, labels): member in Matthews
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_tensor_scatter_add.py | 28 def construct(self, x, indices, update): argument 32 def scatter_net(x, indices, update): argument 36 def numpy_scatter_add(x, indices, update): argument
|
D | test_tensor_scatter_update.py | 28 def construct(self, x, indices, update): argument 32 def scatter_net(x, indices, update): argument
|
D | test_tensor_scatter_min.py | 28 def construct(self, x, indices, update): argument 32 def scatter_net(x, indices, update): argument
|
D | test_scatter_nd.py | 29 def construct(self, indices, update): argument 33 def scatternd_net(indices, update, _shape, expect): argument
|
D | test_tensor_scatter_max.py | 28 def construct(self, x, indices, update): argument 32 def scatter_net(x, indices, update): argument
|
D | test_tensor_scatter_sub.py | 28 def construct(self, x, indices, update): argument 32 def scatter_net(x, indices, update): argument
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_scatter_nd_update_op.py | 39 def construct(self, indices, update): argument 62 def construct(self, indices, update): argument 85 def construct(self, indices, update): argument 114 def construct(self, indices, update): argument
|
D | test_scatter_nd_op.py | 29 def construct(self, indices, update): argument 33 def scatternd_net(indices, update, _shape, expect): argument
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsegment.c | 55 gboolean update; in GST_START_TEST() local 262 gboolean update; in GST_START_TEST() local 489 gboolean update; in GST_START_TEST() local 541 gboolean update; in GST_START_TEST() local 630 gboolean update; in GST_START_TEST() local
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.h | 250 absl::optional<XdsApi::LdsUpdate> update; member 258 absl::optional<XdsApi::RdsUpdate> update; member 265 absl::optional<XdsApi::CdsUpdate> update; member 273 absl::optional<XdsApi::EdsUpdate> update; member
|
/third_party/mindspore/mindspore/nn/metrics/ |
D | error.py | 58 def update(self, *inputs): member in MAE 125 def update(self, *inputs): member in MSE
|
/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_lamb_apply_weight_assign.py | 31 def construct(self, w_norm, g_norm, lr, update): argument 35 def get_output(w_norm, g_norm, lr, update, param, enable_graph_kernel=False): argument
|
/third_party/skia/platform_tools/debugging/lldb/ |
D | skia.py | 74 def update(self): member in SkTArray_SynthProvider 120 def update(self): member in SkAutoTArray_SynthProvider 169 def update(self): member in SkSpan_SynthProvider 200 def update(self): member in sk_sp_SynthProvider
|
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 327 def update (config): member in BuildStep 444 def update (self, config): member in BuildNativeLibrary 458 def update (self, config): member in GenResourcesSrc 501 def update (self, config): member in BuildJavaSource 551 def update (self, config): member in BuildDex 576 def update (self, config): member in CreateKeystore 610 def update (self, config): member in BuildBaseAPK 679 def update (self, config): member in AddJavaToAPK 708 def update (self, config): member in AddAssetsToAPK 734 def update (self, config): member in AddNativeLibsToAPK [all …]
|
/third_party/libdrm/ |
D | xf86drmSL.c | 138 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate() 159 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local 191 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local 218 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLLookup() local 236 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; in drmSLLookupNeighbors() local
|
/third_party/mindspore/mindspore/core/utils/ |
D | ordered_set.h | 178 void update(const OrderedSet &other) { in update() function 184 void update(const std::shared_ptr<OrderedSet> &other) { update(*other); } in update() function 186 void update(const sequential_type &other) { in update() function 192 void update(const vector_type &other) { in update() function 437 void update(const OrderedSet &other) { in update() function 443 void update(const std::shared_ptr<OrderedSet> &other) { update(*other); } in update() function 445 void update(const sequential_type &other) { in update() function 451 void update(const vector_type &other) { in update() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpimouse.c | 114 DISPMANX_UPDATE_HANDLE_T update; in RPI_ShowCursor() local 201 DISPMANX_UPDATE_HANDLE_T update; in RPI_FreeCursor() local 240 DISPMANX_UPDATE_HANDLE_T update; in RPI_WarpMouseGlobal() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | scatter_nd.cu | 22 __global__ void ScatterNdKernel(S *indices, T *update, T *output, const size_t block_size, const si… in ScatterNdKernel() 50 void ScatterNd(S *indices, T *update, T *output, const size_t &block_size, const size_t &input_size, in ScatterNd()
|
D | tensor_scatter_min.cu | 22 __global__ void TensorScatterMinKernel(T *input, S *indices, T *update, T *output, const size_t blo… in TensorScatterMinKernel() 50 void TensorScatterMin(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterMin()
|
D | tensor_scatter_add.cu | 22 __global__ void TensorScatterAddKernel(T *input, S *indices, T *update, T *output, const size_t blo… in TensorScatterAddKernel() 50 void TensorScatterAdd(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterAdd()
|
D | tensor_scatter_max.cu | 22 __global__ void TensorScatterMaxKernel(T *input, S *indices, T *update, T *output, const size_t blo… in TensorScatterMaxKernel() 50 void TensorScatterMax(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterMax()
|
D | tensor_scatter_sub.cu | 22 __global__ void TensorScatterSubKernel(T *input, S *indices, T *update, T *output, const size_t blo… in TensorScatterSubKernel() 50 void TensorScatterSub(T *input, S *indices, T *update, T *output, const size_t &block_size, const s… in TensorScatterSub()
|
/third_party/node/lib/internal/crypto/ |
D | hash.js | 74 Hash.prototype.update = function update(data, encoding) { method in Hash 123 Hmac.prototype.update = Hash.prototype.update; method in Hmac
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp8parser.c | 110 gboolean update; in parse_update_segmentation() local 167 gboolean update; in parse_mb_lf_adjustments() local 200 gboolean update; in parse_quant_indices() local 372 gboolean update; in parse_frame_header() local
|