Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dsoftmax_cross_entropy_with_logits.c27 …float logit = -logf(logits[i * number_of_classes + j] <= 0.0 ? eps : logits[i * number_of_classes … in ForwardPostExecute() local
37 …float logit = -logf(logits[i * number_of_classes + j] <= 0.0 ? eps : logits[i * number_of_classes … in ForwardPostExecute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
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
88 float logit = logf(sum); in CrossEntropyKernel() local
Dsparse_cross_entropy_cuda_impl.cu26 float logit = logits[i * class_num + labels[i]]; in CalCrossEntropyKernel() local
Dloss_with_reduction_impl.cu260 T logit; in NLLLossNativeKernel() local
291 T logit; in NLLLossReduceKernel() local
/third_party/curl/tests/
Dtestcurl.pl209 sub logit($) { subroutine
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/resnet50/src/
DCrossEntropySmooth.py34 def construct(self, logit, label): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/mkldnn/
Dsoftmax_cross_entropy_with_logits_cpu_kernel.cc83 float logit = logf(sum); in ForwardPostExecute() local
/third_party/mindspore/mindspore-src/source/tests/st/auto_parallel/
Dsoft_entropy_loss_expand_parallel.py157 def construct(self, logit, label): argument
Dcell_shard.py268 def construct(self, logit, label): argument
Dresnet50_expand_loss.py269 def construct(self, logit, label): argument
/third_party/mindspore/mindspore-src/source/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_conformer.py60 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
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py2955 def logit(input, eps=None): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3308 def logit(x, eps=None): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1719 def logit(self, eps=None): member in Tensor