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
88 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const ICLTensor *block_shape, ICL… in configure()
93 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
121 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const int32_t block_shape_x, cons… in configure()
126 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
154 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *block_shape… in validate()
161 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const int32_t block_shape_x, c… in validate()
168 void CLBatchToSpaceLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLBatchToSpaceLayer.cpp39 : _batch_to_space_kernel(support::cpp14::make_unique<CLBatchToSpaceLayerKernel>()) in CLBatchToSpaceLayer()
67 return CLBatchToSpaceLayerKernel::validate(input, block_shape, output); in validate()
72 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
112 …std::unique_ptr<CLBatchToSpaceLayerKernel> _batch_to_space_kernel; /**< CLBatchToSpaceLayerKernel …
/external/ComputeLibrary/
DAndroid.bp119 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
/external/ComputeLibrary/docs/
D00_introduction.dox885 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel