Home
last modified time | relevance | path

Searched refs:DepthToSpaceFp16CPUKernel (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Ddepth_to_space_fp16.h23 class DepthToSpaceFp16CPUKernel : public DepthToSpaceCPUKernel {
25 DepthToSpaceFp16CPUKernel(OpParameter *parameter, const std::vector<lite::Tensor *> &inputs, in DepthToSpaceFp16CPUKernel() function
28 ~DepthToSpaceFp16CPUKernel() = default;
Ddepth_to_space_fp16.cc25 int DepthToSpaceFp16CPUKernel::Init() { in Init()
35 …kCPU, kNumberTypeFloat16, PrimitiveType_DepthToSpace, LiteKernelCreator<DepthToSpaceFp16CPUKernel>)