24 #ifndef __ARM_COMPUTE_LUT_H__ 25 #define __ARM_COMPUTE_LUT_H__ 61 uint8_t *
buffer()
const override;
62 void clear()
override;
ILutAllocator * allocator()
Return a pointer to the lut's allocator.
size_t size_in_bytes() const override
Returns the total size in bytes of the LUT.
uint32_t index_offset() const override
Indicates the offset that needs to be applied to the raw index before performing a lookup in the LUT...
DataType type() const override
Returns the type of the LUT.
Basic interface to allocate LUTs'.
Basic implementation of the LUT interface.
This file contains all available output stages for GEMMLowp on OpenCL.
Basic implementation of a CPU memory LUT allocator.
Lookup Table object interface.
size_t num_elements() const override
Returns the total number of elements in the LUT.
uint8_t * buffer() const override
Returns a pointer to the start of the LUT.
DataType
Available data types.
void clear() override
Clears the LUT by setting every element to zero.