Home
last modified time | relevance | path

Searched refs:d_weight (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/quant/
Dcorrection_mul_grad_gpu_kernel.h46 auto *d_weight = GetDeviceAddress<T>(outputs, 0); in Launch() local
50 CalCorrectionMul(d_out, gamma, running_std, batch_size_, channel_, height_, width_, d_weight, in Launch()
/third_party/ffmpeg/libavcodec/
Daptx.c455 prediction->d_weight[i] -= rshift32(prediction->d_weight[i] - srd*srd0, 8); in aptx_prediction_filtering()
456 predicted_difference += MUL64(reconstructed_differences[-i], prediction->d_weight[i]); in aptx_prediction_filtering()
Daptx.h75 int32_t d_weight[24]; member
/third_party/mindspore/tests/ut/python/optimizer/
Dtest_auto_grad.py243 d_weight = grad_by_list(self.net, self.weights)(x, y)[0]
244 d_out = inner_grad_add(d_weight, y)