Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsqrt.cc41 const auto ParallelFor = aicpu::CpuKernelUtils::ParallelFor; in ComputeSqrtKernel() local
Dsin.cc54 const auto ParallelFor = aicpu::CpuKernelUtils::ParallelFor; in ComputeSinKernel() local
Dsinh.cc53 const auto ParallelFor = aicpu::CpuKernelUtils::ParallelFor; in ComputeSinhKernel() local
Dkldiv.cc43 const auto ParallelFor = aicpu::CpuKernelUtils::ParallelFor; in ComputeKLDivKernel() local
Dkldivlossgrad.cc188 const auto ParallelFor = aicpu::CpuKernelUtils::ParallelFor; in KlDivLossGradCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcpu_kernel.cc131 void CPUKernelUtils::ParallelFor(const CTask &task, size_t count, float block_size) { in ParallelFor() function in mindspore::kernel::CPUKernelUtils
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dparse_example_op.cc935 void ParallelFor(const std::function<void(size_t)> &function, const size_t task_count, in ParallelFor() function