Home
last modified time | relevance | path

Searched refs:CLGEMMMatrixMultiplyNativeKernel (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMMatrixMultiplyNativeKernel.h36 class CLGEMMMatrixMultiplyNativeKernel : public ICLKernel
40 CLGEMMMatrixMultiplyNativeKernel();
42 CLGEMMMatrixMultiplyNativeKernel(const CLGEMMMatrixMultiplyNativeKernel &) = delete;
44 CLGEMMMatrixMultiplyNativeKernel &operator=(const CLGEMMMatrixMultiplyNativeKernel &) = delete;
46 CLGEMMMatrixMultiplyNativeKernel(CLGEMMMatrixMultiplyNativeKernel &&) = default;
48 CLGEMMMatrixMultiplyNativeKernel &operator=(CLGEMMMatrixMultiplyNativeKernel &&) = default;
DCLGEMMMatrixMultiplyNativeKernel.cpp200 CLGEMMMatrixMultiplyNativeKernel::CLGEMMMatrixMultiplyNativeKernel() in CLGEMMMatrixMultiplyNativeKernel() function in arm_compute::CLGEMMMatrixMultiplyNativeKernel
206 void CLGEMMMatrixMultiplyNativeKernel::configure(const ICLTensor *input0, const ICLTensor *input1, … in configure()
213 void CLGEMMMatrixMultiplyNativeKernel::configure(const CLCompileContext &compile_context, const ICL… in configure()
325 Status CLGEMMMatrixMultiplyNativeKernel::validate(const ITensorInfo *input0, const ITensorInfo *inp… in validate()
344 void CLGEMMMatrixMultiplyNativeKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemm_native.cpp126 using CLGEMMMatrixMultiplyNative = test::CLSynthetizeFunction<CLGEMMMatrixMultiplyNativeKernel>;
DREADME.md8 **CLGEMMMatrixMultiplyNativeKernel**, **CLGEMMMatrixMultiplyReshapedKernel** and
/external/ComputeLibrary/tests/validation/CL/
DGEMMMatrixMultiplyNative.cpp49 using CLGEMMMatrixMultiplyNative = CLSynthetizeFunction<CLGEMMMatrixMultiplyNativeKernel>;
/external/ComputeLibrary/docs/
D00_introduction.dox453 …irement for the input (e.g. LHS of GEMM) and output in @ref CLGEMMMatrixMultiplyNativeKernel, @ref…
701 - @ref CLGEMMMatrixMultiplyNativeKernel
/external/ComputeLibrary/
DAndroid.bp171 "src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp",