Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/third_party/mindspore/tests/st/fl/albert/src/
Dassessment_method.py28 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/
Dtest_tensor_scatter_add.py28 def construct(self, x, indices, update): argument
32 def scatter_net(x, indices, update): argument
36 def numpy_scatter_add(x, indices, update): argument
Dtest_tensor_scatter_update.py28 def construct(self, x, indices, update): argument
32 def scatter_net(x, indices, update): argument
Dtest_tensor_scatter_min.py28 def construct(self, x, indices, update): argument
32 def scatter_net(x, indices, update): argument
Dtest_scatter_nd.py29 def construct(self, indices, update): argument
33 def scatternd_net(indices, update, _shape, expect): argument
Dtest_tensor_scatter_max.py28 def construct(self, x, indices, update): argument
32 def scatter_net(x, indices, update): argument
Dtest_tensor_scatter_sub.py28 def construct(self, x, indices, update): argument
32 def scatter_net(x, indices, update): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_scatter_nd_update_op.py39 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
Dtest_scatter_nd_op.py29 def construct(self, indices, update): argument
33 def scatternd_net(indices, update, _shape, expect): argument
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsegment.c55 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/
Dxds_client.h250 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/
Derror.py58 def update(self, *inputs): member in MAE
125 def update(self, *inputs): member in MSE
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_lamb_apply_weight_assign.py31 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/
Dskia.py74 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/
Dbuild_apk.py327 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/
Dxf86drmSL.c138 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/
Dordered_set.h178 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/
DSDL_rpimouse.c114 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/
Dscatter_nd.cu22 __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()
Dtensor_scatter_min.cu22 __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()
Dtensor_scatter_add.cu22 __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()
Dtensor_scatter_max.cu22 __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()
Dtensor_scatter_sub.cu22 __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/
Dhash.js74 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/
Dgstvp8parser.c110 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

12345678910>>...19