Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dtestcurl.pl217 sub logit($) { subroutine
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsoftmax_cross_entropy_with_logits.cc39 float logit = in ForwardPostExecute() local
51 float logit = in ForwardPostExecute() local
/third_party/mindspore/tests/st/networks/models/resnet50/src/
DCrossEntropySmooth.py34 def construct(self, logit, label): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dcross_entropy_impl.cu29 T logit = logits[i * class_num + labels[i]]; in CrossEntropyWithSparseKernel() local
45 T logit = logits[index * class_num + labels[index]]; in LargeBatchCrossEntropyWithSparseKernel() local
Dsparse_cross_entropy_cuda_impl.cu27 float logit = logits[i * class_num + labels[i]]; in CalCrossEntropyKernel() local
/third_party/mindspore/tests/st/quantization/resnet50_quant/
Dutils.py100 def construct(self, logit, label): argument
/third_party/mindspore/tests/st/quantization/mobilenetv2_quant/
Dutils.py115 def construct(self, logit, label): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dsoftmax_cross_entropy_with_logits_cpu_kernel.cc73 float logit = logf(logits[i * class_num_ + j] <= 0.0 ? epsilon : logits[i * class_num_ + j]); in ForwardPostExecute() local
/third_party/mindspore/tests/st/auto_parallel/
Dsoft_entropy_loss_expand_parallel.py158 def construct(self, logit, label): argument
Dresnet50_expand_loss.py268 def construct(self, logit, label): argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_auto_parallel_resnet_sharding_propagation2.py243 def construct(self, logit, label): argument
Dtest_auto_parallel_resnet_sharding_propagation.py244 def construct(self, logit, label): argument
Dtest_auto_parallel_resnet.py243 def construct(self, logit, label): argument
/third_party/toybox/toys/pending/
Ddhcp6.c135 static void logit(char *format, ...) in logit() function
/third_party/alsa-utils/alsaloop/
Dalsaloop.h202 #define logit(priority, fmt, args...) do { \ macro