Home
last modified time | relevance | path

Searched defs:dscale (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dbatch_norm.c29 float16_t *restrict dscale, float16_t *restrict dx) { in backwardAllFp16()
58 float16_t *restrict dscale) { in backwardP1Fp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dbatch_norm.c27 … int ch, float *dxhat_sum, float *dxhathat_sum, float *dbias, float *dscale, float *dx) {
61 int ch, float *dxhat_sum, float *dxhathat_sum, float *dbias, float *dscale) {
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsync_batch_norm_grad_impl.cu98 S *dscale, S *dbias, float epsilon) { in SyncBatchNormGradPost()
121 S *dscale, S *dbias) { in SyncBatchNormGradPostScaleBias()
140 … G *saved_mean, G *saved_invstd, float *dy_sum_red, float *dot_p_red, S *scale, S *dscale, in CalSyncBatchNormGradPost()
/third_party/mindspore/mindspore/core/ops/grad/
Dbatch_norm_grad.cc62 auto dscale = input_args[kInputIndex2]->Broaden(); in BatchNormGradInfer() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c115 double dscale; in lp_const_scale() local
312 double dscale = lp_const_scale(type); in lp_build_const_elem() local
/third_party/flutter/skia/src/core/
DSkPoint.cpp48 double dscale = sk_ieee_double_divide(length, dmag); in set_point_length() local
/third_party/skia/src/core/
DSkPoint.cpp48 double dscale = sk_ieee_double_divide(length, dmag); in set_point_length() local
DSkPath.cpp3655 double dscale = sk_ieee_double_divide(1.0, dmag); in normalize() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dbn_grad.cc116 float *dscale = reinterpret_cast<float *>(output_scale->MutableData()); in Execute() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/
Dbn_fp16_grad.cc111 float16_t *dscale = reinterpret_cast<float16_t *>(output_scale->data()); in DoExecute() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/
Dsync_batch_norm_grad_gpu_kernel.h54 S *dscale = GetDeviceAddress<S>(outputs, 1); in Launch() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dbatch_norm_grad_gpu_kernel.h86 auto dscale = GetDeviceAddress<float>(outputs, 1); in Launch() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dbn_grad_fp32_test.cc101 auto dscale = reinterpret_cast<float *>(outputs[1]->MutableData()); in TEST_F() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc196 auto dscale = args_spec_list[dscale_index]->Broaden(); in InferImplFusedSparseAdam() local