/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | smooth_l1_loss_impl.cu | 21 __global__ void SmoothL1LossKernel(const int input_size, const float beta, const T *prediction, con… in SmoothL1LossKernel() 34 void SmoothL1Loss(const int &input_size, const float &beta, const T *prediction, const T *target, T… in SmoothL1Loss() 40 __global__ void SmoothL1LossGradKernel(const int input_size, const float beta, const T *prediction,… in SmoothL1LossGradKernel() 55 void SmoothL1LossGrad(const int &input_size, const float &beta, const T *prediction, const T *targe… in SmoothL1LossGrad()
|
/third_party/ffmpeg/libavcodec/ |
D | aptx.c | 424 static int32_t *aptx_reconstructed_differences_update(Prediction *prediction, in aptx_reconstructed_differences_update() 437 static void aptx_prediction_filtering(Prediction *prediction, in aptx_prediction_filtering() 464 Prediction *prediction, in aptx_process_subband() 530 Prediction *prediction = &channel->prediction[subband]; in ff_aptx_init() local
|
D | aptx.h | 91 Prediction prediction[NB_SUBBANDS]; member
|
D | magicyuvenc.c | 378 int width, int height, HuffEntry *he, int prediction) in encode_slice()
|
D | pixlet.c | 59 int16_t *prediction; member
|
/third_party/mindspore/mindspore/core/ops/ |
D | smooth_l1_loss.cc | 44 …auto prediction = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kSh… in SmoothL1LossInfer() local
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | smooth_l1_loss_grad.cc | 46 …auto prediction = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex0]->BuildS… in SmoothL1LossGradInfer() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | smooth_l1_loss_gpu_kernel.h | 41 T *prediction = GetDeviceAddress<T>(inputs, 0); in Launch() local
|
D | smooth_l1_loss_grad_gpu_kernel.h | 41 T *prediction = GetDeviceAddress<T>(inputs, 0); in Launch() local
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo.py | 300 def construct(self, grid, prediction, pred_xy, pred_wh, y_true, gt_box, input_shape): argument
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | yolov3.py | 521 def construct(self, grid, prediction, pred_xy, pred_wh, y_true, gt_box): argument
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_nn_ops.py | 875 def bprop(prediction, target, out, dout): argument
|
/third_party/mindspore/mindspore/ops/operations/ |
D | _grad_ops.py | 1847 def infer_shape(self, prediction, target, dloss): argument 1852 def infer_dtype(self, prediction, target, dloss): argument
|
D | nn_ops.py | 2744 def infer_shape(self, prediction, target): argument 2748 def infer_dtype(self, prediction, target): argument
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 716 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local 733 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local
|