Home
last modified time | relevance | path

Searched defs:losses (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsparse_softmax_cross_entropy_with_logits.cc33 …eSoftmaxCrossEntropyWithLogitsCPUKernel::ForwardPostExecute(const int *labels, const float *losses, in ForwardPostExecute()
54 …arseSoftmaxCrossEntropyWithLogitsCPUKernel::GradPostExecute(const int *labels, const float *losses, in GradPostExecute()
91 float *losses = static_cast<float *>(workspace()); in Execute() local
136 float *losses = static_cast<float *>(workspace()); in Run() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dsparse_softmax_cross_entropy_with_logits_cpu_kernel.cc72 …eSoftmaxCrossEntropyWithLogitsCPUKernel::ForwardPostExecute(const int *labels, const float *losses, in ForwardPostExecute()
89 …arseSoftmaxCrossEntropyWithLogitsCPUKernel::GradPostExecute(const int *labels, const float *losses, in GradPostExecute()
133 const auto *losses = reinterpret_cast<float *>(workspace[0]->addr); in Launch() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dcross_entropy_impl.cu69 T epsilon, T *losses, T *dlogits) { in CrossEntropyKernel()
100 …tropy(const T *logits, const S *labels, const size_t batch_size, const size_t class_num, T *losses, in CrossEntropy()
/third_party/mindspore/tests/st/ps/multi_full_ps/
Dtest_multi_full_ps.py108 losses = [] variable
/third_party/mindspore/tests/st/fl/cross_silo_lenet/
Dtest_cross_silo_lenet.py110 losses = [] variable
/third_party/mindspore/tests/st/fl/mobile/
Dtest_mobile_lenet.py136 losses = [] variable
/third_party/mindspore/tests/st/fl/hybrid_lenet/
Dtest_hybrid_train_lenet.py156 losses = [] variable