Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsmooth_l1_loss_impl.cu21 __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/
Daptx.c424 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
Daptx.h91 Prediction prediction[NB_SUBBANDS]; member
Dmagicyuvenc.c378 int width, int height, HuffEntry *he, int prediction) in encode_slice()
Dpixlet.c59 int16_t *prediction; member
/third_party/mindspore/mindspore/core/ops/
Dsmooth_l1_loss.cc44 …auto prediction = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kSh… in SmoothL1LossInfer() local
/third_party/mindspore/mindspore/core/ops/grad/
Dsmooth_l1_loss_grad.cc46 …auto prediction = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex0]->BuildS… in SmoothL1LossGradInfer() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dsmooth_l1_loss_gpu_kernel.h41 T *prediction = GetDeviceAddress<T>(inputs, 0); in Launch() local
Dsmooth_l1_loss_grad_gpu_kernel.h41 T *prediction = GetDeviceAddress<T>(inputs, 0); in Launch() local
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo.py300 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/
Dyolov3.py521 def construct(self, grid, prediction, pred_xy, pred_wh, y_true, gt_box): argument
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_nn_ops.py875 def bprop(prediction, target, out, dout): argument
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1847 def infer_shape(self, prediction, target, dloss): argument
1852 def infer_dtype(self, prediction, target, dloss): argument
Dnn_ops.py2744 def infer_shape(self, prediction, target): argument
2748 def infer_dtype(self, prediction, target): argument
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp716 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