Home
last modified time | relevance | path

Searched refs:CLSpaceToDepthLayerKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLSpaceToDepthLayerKernel.h35 class CLSpaceToDepthLayerKernel : public ICLKernel
39 CLSpaceToDepthLayerKernel();
41 CLSpaceToDepthLayerKernel(const CLSpaceToDepthLayerKernel &) = delete;
43 CLSpaceToDepthLayerKernel &operator=(const CLSpaceToDepthLayerKernel &) = delete;
45 CLSpaceToDepthLayerKernel(CLSpaceToDepthLayerKernel &&) = default;
47 CLSpaceToDepthLayerKernel &operator=(CLSpaceToDepthLayerKernel &&) = default;
49 ~CLSpaceToDepthLayerKernel() = default;
DCLSpaceToDepthLayerKernel.cpp66 CLSpaceToDepthLayerKernel::CLSpaceToDepthLayerKernel() in CLSpaceToDepthLayerKernel() function in arm_compute::CLSpaceToDepthLayerKernel
71 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()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLSpaceToDepthLayer.cpp38 : _space_to_depth_kernel(support::cpp14::make_unique<CLSpaceToDepthLayerKernel>()) in CLSpaceToDepthLayer()
56 return CLSpaceToDepthLayerKernel::validate(input, output, block_shape); in validate()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLSpaceToDepthLayer.h35 class CLSpaceToDepthLayerKernel; variable
84 …std::unique_ptr<CLSpaceToDepthLayerKernel> _space_to_depth_kernel; /**< CLSpaceToDepthLayerKernel …
/external/ComputeLibrary/
DAndroid.bp228 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
/external/ComputeLibrary/docs/
D00_introduction.dox703 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer