Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLBatchToSpaceLayerKernel.h35 class CLBatchToSpaceLayerKernel : public ICLKernel
39 CLBatchToSpaceLayerKernel();
41 CLBatchToSpaceLayerKernel(const CLBatchToSpaceLayerKernel &) = delete;
43 CLBatchToSpaceLayerKernel &operator=(const CLBatchToSpaceLayerKernel &) = delete;
45 CLBatchToSpaceLayerKernel(CLBatchToSpaceLayerKernel &&) = default;
47 CLBatchToSpaceLayerKernel &operator=(CLBatchToSpaceLayerKernel &&) = default;
49 ~CLBatchToSpaceLayerKernel() = default;
DCLBatchToSpaceLayerKernel.cpp83 CLBatchToSpaceLayerKernel::CLBatchToSpaceLayerKernel() in CLBatchToSpaceLayerKernel() function in arm_compute::CLBatchToSpaceLayerKernel
89 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const ICLTensor *block_shape, ICL… in configure()
94 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
122 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const int32_t block_shape_x, cons… in configure()
127 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
155 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *block_shape… in validate()
162 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const int32_t block_shape_x, c… in validate()
169 void CLBatchToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLBatchToSpaceLayer.cpp40 : _batch_to_space_kernel(std::make_unique<CLBatchToSpaceLayerKernel>()) in CLBatchToSpaceLayer()
70 return CLBatchToSpaceLayerKernel::validate(input, block_shape, output); in validate()
75 return CLBatchToSpaceLayerKernel::validate(input, block_shape_x, block_shape_y, output); in validate()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLBatchToSpaceLayer.h37 class CLBatchToSpaceLayerKernel; variable
121 …std::unique_ptr<CLBatchToSpaceLayerKernel> _batch_to_space_kernel; /**< CLBatchToSpaceLayerKernel …
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox1192 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel
/external/ComputeLibrary/
DAndroid.bp122 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",