Home
last modified time | relevance | path

Searched defs:RoundKernel (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dround_kernel.cc30 RoundKernel::RoundKernel() : name_(""), current_count_(0), required_count_(0), error_reason_(""), r… in RoundKernel() function in mindspore::fl::server::kernel::RoundKernel
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu379 __global__ void RoundKernel(const T *input, T *output, const size_t count) { in RoundKernel() function
386 __global__ void RoundKernel(const double *input, double *output, const size_t count) { in RoundKernel() function