Searched refs:CLSpaceToBatchLayerKernel (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLSpaceToBatchLayerKernel.h | 35 class CLSpaceToBatchLayerKernel : public ICLKernel 39 CLSpaceToBatchLayerKernel(); 41 CLSpaceToBatchLayerKernel(const CLSpaceToBatchLayerKernel &) = delete; 43 CLSpaceToBatchLayerKernel &operator=(const CLSpaceToBatchLayerKernel &) = delete; 45 CLSpaceToBatchLayerKernel(CLSpaceToBatchLayerKernel &&) = default; 47 CLSpaceToBatchLayerKernel &operator=(CLSpaceToBatchLayerKernel &&) = default; 49 ~CLSpaceToBatchLayerKernel() = default;
|
D | CLSpaceToBatchLayerKernel.cpp | 84 CLSpaceToBatchLayerKernel::CLSpaceToBatchLayerKernel() in CLSpaceToBatchLayerKernel() function in arm_compute::CLSpaceToBatchLayerKernel 89 void CLSpaceToBatchLayerKernel::configure(const ICLTensor *input, const ICLTensor *block_shape, con… in configure() 94 void CLSpaceToBatchLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure() 125 void CLSpaceToBatchLayerKernel::configure(const ICLTensor *input, const int block_shape_x, const in… in configure() 131 void CLSpaceToBatchLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure() 172 Status CLSpaceToBatchLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *block_shape… in validate() 177 Status CLSpaceToBatchLayerKernel::validate(const ITensorInfo *input, const int block_shape_x, const… in validate() 184 void CLSpaceToBatchLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLSpaceToBatchLayer.cpp | 39 : _space_to_batch_kernel(support::cpp14::make_unique<CLSpaceToBatchLayerKernel>()), in CLSpaceToBatchLayer() 85 …ARM_COMPUTE_RETURN_ON_ERROR(CLSpaceToBatchLayerKernel::validate(input, block_shape, paddings, outp… in validate() 94 …ARM_COMPUTE_RETURN_ON_ERROR(CLSpaceToBatchLayerKernel::validate(input, block_shape_x, block_shape_… in validate()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLSpaceToBatchLayer.h | 37 class CLSpaceToBatchLayerKernel; variable 127 …std::unique_ptr<CLSpaceToBatchLayerKernel> _space_to_batch_kernel; /**< SpaceToBatch kernel to run…
|
/external/ComputeLibrary/ |
D | Android.bp | 227 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
|
/external/ComputeLibrary/docs/ |
D | 00_introduction.dox | 891 - @ref CLSpaceToBatchLayer / @ref CLSpaceToBatchLayerKernel
|