Searched defs:RoundKernel (Results 1 – 2 of 2) sorted by relevance
30 RoundKernel::RoundKernel() : name_(""), current_count_(0), required_count_(0), error_reason_(""), r… in RoundKernel() function in mindspore::fl::server::kernel::RoundKernel
379 __global__ void RoundKernel(const T *input, T *output, const size_t count) { in RoundKernel() function386 __global__ void RoundKernel(const double *input, double *output, const size_t count) { in RoundKernel() function