24 #ifndef __ARM_COMPUTE_CLLAPLACIANPYRAMID_H__ 25 #define __ARM_COMPUTE_CLLAPLACIANPYRAMID_H__ 78 std::unique_ptr<CLGaussian5x5[]> _convf;
79 std::unique_ptr<CLArithmeticSubtraction[]> _subf;
BorderMode
Methods available to handle borders.
void configure(ICLTensor *input, CLPyramid *pyramid, ICLTensor *output, BorderMode border_mode, uint8_t constant_border_value)
Initialise the function's source, destinations and border mode.
Base class for all functions.
Basic function to execute laplacian pyramid.
This file contains all available output stages for GEMMLowp on OpenCL.
void run() override
Run the kernels contained in the function.
Basic implementation of the OpenCL pyramid interface.
CLLaplacianPyramid()
Constructor.
Interface for OpenCL tensor.
Basic function to run CLDepthConvertLayerKernel.
Basic function to execute gaussian pyramid with HALF scale factor.