/third_party/curl/tests/ |
D | testcurl.pl | 217 sub logit($) { subroutine
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/ |
D | softmax_cross_entropy_with_logits.cc | 39 float logit = in ForwardPostExecute() local 51 float logit = in ForwardPostExecute() local
|
/third_party/mindspore/tests/st/networks/models/resnet50/src/ |
D | CrossEntropySmooth.py | 34 def construct(self, logit, label): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | cross_entropy_impl.cu | 29 T logit = logits[i * class_num + labels[i]]; in CrossEntropyWithSparseKernel() local 45 T logit = logits[index * class_num + labels[index]]; in LargeBatchCrossEntropyWithSparseKernel() local
|
D | sparse_cross_entropy_cuda_impl.cu | 27 float logit = logits[i * class_num + labels[i]]; in CalCrossEntropyKernel() local
|
/third_party/mindspore/tests/st/quantization/resnet50_quant/ |
D | utils.py | 100 def construct(self, logit, label): argument
|
/third_party/mindspore/tests/st/quantization/mobilenetv2_quant/ |
D | utils.py | 115 def construct(self, logit, label): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/ |
D | softmax_cross_entropy_with_logits_cpu_kernel.cc | 73 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/ |
D | soft_entropy_loss_expand_parallel.py | 158 def construct(self, logit, label): argument
|
D | resnet50_expand_loss.py | 268 def construct(self, logit, label): argument
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_auto_parallel_resnet_sharding_propagation2.py | 243 def construct(self, logit, label): argument
|
D | test_auto_parallel_resnet_sharding_propagation.py | 244 def construct(self, logit, label): argument
|
D | test_auto_parallel_resnet.py | 243 def construct(self, logit, label): argument
|
/third_party/toybox/toys/pending/ |
D | dhcp6.c | 135 static void logit(char *format, ...) in logit() function
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.h | 202 #define logit(priority, fmt, args...) do { \ macro
|