23.11
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_CLGEMMLOWPMATRIXMULTIPLYCORE_H
25 #define ARM_COMPUTE_CLGEMMLOWPMATRIXMULTIPLYCORE_H
36 class CLCompileContext;
146 std::unique_ptr<Impl> _impl;
Basic function to execute GEMMLowpMatrixMultiplyCore on OpenCL.
static Status validate(const ITensorInfo *a, const ITensorInfo *b, const ITensorInfo *c, const ITensorInfo *output, const GEMMInfo &gemm_info=GEMMInfo())
Static function to check if given info will lead to a valid configuration of CLGEMMLowpMatrixMultiply...
Base class for all functions.
Interface for OpenCL tensor.
void configure(const ICLTensor *a, const ICLTensor *b, const ICLTensor *c, ICLTensor *output, const GEMMInfo &gemm_info=GEMMInfo())
Initialise the kernel's inputs, output.
void prepare() override
Prepare the function for executing.
CLGEMMLowpMatrixMultiplyCore(std::shared_ptr< IMemoryManager > memory_manager=nullptr)
Constructor.
void run() override
Run the kernels contained in the function.
~CLGEMMLowpMatrixMultiplyCore()
Default destructor.
Copyright (c) 2017-2023 Arm Limited.
Store the tensor's metadata.
CLGEMMLowpMatrixMultiplyCore & operator=(const CLGEMMLowpMatrixMultiplyCore &)=delete
Prevent instances of this class from being copied (As this class contains pointers)