Home
last modified time | relevance | path

Searched defs:predict (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbce_with_logits_loss_impl.cu58 __global__ void BCEWithLogitsLossMain(size_t size, const T *predict, const T *target, const T *shap… in BCEWithLogitsLossMain()
71 __global__ void BCEWithLogitsLossMain(size_t size, const half *predict, const half *target, in BCEWithLogitsLossMain()
92 void CalBCEWithLogitsLoss(const size_t input_size, const T *predict, const T *target, const size_t … in CalBCEWithLogitsLoss()
/third_party/ffmpeg/libavcodec/
Dffv1_template.c23 static inline int RENAME(predict)(TYPE *src, TYPE *last) in RENAME() argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_bce_with_logits_loss.py31 def construct(self, predict, target, weight, pos_weight): argument
Dtest_nll_loss.py31 def construct(self, predict, target, weight): argument
/third_party/mindspore/mindspore/core/ops/grad/
Dsoft_margin_loss_grad.cc32 …auto predict = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex0]->BuildShap… in SoftMarginLossGradInferShape() local
/third_party/mindspore/mindspore/core/ops/
Dsoft_margin_loss.cc32 …auto predict = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kShape… in SoftMarginLossInferShape() local
/third_party/mindspore/tests/ut/python/communication/
Dtest_data_parallel_lenet.py59 def __init__(self, predict, label, length=3): argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_bool_grad.py31 def __init__(self, predict, label, length=3): argument
Dtest_full_batch.py32 def __init__(self, predict, label, length=3): argument
Dtest_transpose.py30 def __init__(self, predict, label, length=3): argument
Dtest_topk.py27 def __init__(self, predict, label, length=3): argument
Dtest_gathernd.py27 def __init__(self, predict, label, length=3): argument
Dtest_model_with_loss.py27 def __init__(self, predict, label, length=3): argument
Dtest_one_dev.py38 def __init__(self, predict, label, length=3): argument
Dtest_prelu_cell.py35 def __init__(self, predict, label, length=3, input_num=2): argument
Dtest_loss_and_o2_level.py27 def __init__(self, predict, label, length=3): argument
Dtest_select.py27 def __init__(self, predict, label, length=3): argument
Dtest_bias_add.py40 def __init__(self, predict, label, length=3): argument
Dtest_parameter_merge.py28 def __init__(self, predict, label, length=3): argument
Dtest_auto_parallel_for_loop_simplify.py28 def __init__(self, predict, label, length=3): argument
Dtest_range.py27 def __init__(self, predict, label, length=3): argument
Dtest_batchnorm_batch_parallel.py40 def __init__(self, predict, label, length=3): argument
/third_party/mindspore/mindspore/ops/_grad_experimental/
Dgrad_nn_ops.py43 def bprop(predict, label, out, dout): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsmooth_l1_loss_grad.cc41 auto predict = reinterpret_cast<float *>(in_tensors_.at(0)->MutableData()); in Execute() local
Dsmooth_l1_loss.cc32 auto predict = reinterpret_cast<float *>(in_tensors_.at(0)->MutableData()); in Execute() local

123