Searched refs:CLSpaceToDepthLayerKernel (Results 1 – 6 of 6) sorted by relevance
35 class CLSpaceToDepthLayerKernel : public ICLKernel39 CLSpaceToDepthLayerKernel();41 CLSpaceToDepthLayerKernel(const CLSpaceToDepthLayerKernel &) = delete;43 CLSpaceToDepthLayerKernel &operator=(const CLSpaceToDepthLayerKernel &) = delete;45 CLSpaceToDepthLayerKernel(CLSpaceToDepthLayerKernel &&) = default;47 CLSpaceToDepthLayerKernel &operator=(CLSpaceToDepthLayerKernel &&) = default;49 ~CLSpaceToDepthLayerKernel() = default;
66 CLSpaceToDepthLayerKernel::CLSpaceToDepthLayerKernel() in CLSpaceToDepthLayerKernel() function in arm_compute::CLSpaceToDepthLayerKernel71 void CLSpaceToDepthLayerKernel::configure(const ICLTensor *input, ICLTensor *output, int32_t block_… in configure()76 void CLSpaceToDepthLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()105 Status CLSpaceToDepthLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, int… in validate()112 void CLSpaceToDepthLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
38 : _space_to_depth_kernel(support::cpp14::make_unique<CLSpaceToDepthLayerKernel>()) in CLSpaceToDepthLayer()56 return CLSpaceToDepthLayerKernel::validate(input, output, block_shape); in validate()
35 class CLSpaceToDepthLayerKernel; variable84 …std::unique_ptr<CLSpaceToDepthLayerKernel> _space_to_depth_kernel; /**< CLSpaceToDepthLayerKernel …
228 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
703 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer