24 #ifndef __ARM_COMPUTE_IPYRAMID_H__ 25 #define __ARM_COMPUTE_IPYRAMID_H__
virtual const PyramidInfo * info() const =0
Interface to be implemented by the child class to return the Pyramid's metadata.
Interface for NEON tensor.
This file contains all available output stages for GEMMLowp on OpenCL.
Interface for pyramid data-object.
virtual ITensor * get_pyramid_level(size_t index) const =0
Retrieves a level of the pyramid as a ITensor pointer.
Store the Pyramid's metadata.
virtual ~IPyramid()=default
Default virtual destructor.