Searched refs:d_weight (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/quant/ |
D | correction_mul_grad_gpu_kernel.h | 46 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/ |
D | aptx.c | 455 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()
|
D | aptx.h | 75 int32_t d_weight[24]; member
|
/third_party/mindspore/tests/ut/python/optimizer/ |
D | test_auto_grad.py | 243 d_weight = grad_by_list(self.net, self.weights)(x, y)[0] 244 d_out = inner_grad_add(d_weight, y)
|