Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMLowpMatrixMultiplyNativeKernel.h34 class CLGEMMLowpMatrixMultiplyNativeKernel : public ICLKernel
38 CLGEMMLowpMatrixMultiplyNativeKernel();
40 CLGEMMLowpMatrixMultiplyNativeKernel(const CLGEMMLowpMatrixMultiplyNativeKernel &) = delete;
42CLGEMMLowpMatrixMultiplyNativeKernel &operator=(const CLGEMMLowpMatrixMultiplyNativeKernel &) = de…
44 CLGEMMLowpMatrixMultiplyNativeKernel(CLGEMMLowpMatrixMultiplyNativeKernel &&) = default;
46CLGEMMLowpMatrixMultiplyNativeKernel &operator=(CLGEMMLowpMatrixMultiplyNativeKernel &&) = default;
DCLGEMMLowpMatrixMultiplyNativeKernel.cpp156 CLGEMMLowpMatrixMultiplyNativeKernel::CLGEMMLowpMatrixMultiplyNativeKernel() in CLGEMMLowpMatrixMultiplyNativeKernel() function in arm_compute::CLGEMMLowpMatrixMultiplyNativeKernel
161 void CLGEMMLowpMatrixMultiplyNativeKernel::configure(const ICLTensor *input0, const ICLTensor *inpu… in configure()
167 void CLGEMMLowpMatrixMultiplyNativeKernel::configure(const CLCompileContext &compile_context, const… in configure()
263 Status CLGEMMLowpMatrixMultiplyNativeKernel::validate(const ITensorInfo *input0, const ITensorInfo … in validate()
280 void CLGEMMLowpMatrixMultiplyNativeKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLGEMMLowpMatrixMultiplyCore.h38 class CLGEMMLowpMatrixMultiplyNativeKernel; variable
121 std::unique_ptr<CLGEMMLowpMatrixMultiplyNativeKernel> _mm_native_kernel;
/external/ComputeLibrary/tests/validation/CL/
DGEMMLowpMatrixMultiplyNative.cpp44 using CLGEMMLowpMatrixMultiplyNative = CLSynthetizeFunction<CLGEMMLowpMatrixMultiplyNativeKernel>;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGEMMLowpMatrixMultiplyCore.cpp83 _mm_native_kernel(support::cpp14::make_unique<CLGEMMLowpMatrixMultiplyNativeKernel>()), in CLGEMMLowpMatrixMultiplyCore()
446 …ARM_COMPUTE_RETURN_ON_ERROR(CLGEMMLowpMatrixMultiplyNativeKernel::validate(matrix_a_info, matrix_b… in validate()
474 …ARM_COMPUTE_RETURN_ON_ERROR(CLGEMMLowpMatrixMultiplyNativeKernel::validate(matrix_a_info, matrix_b… in validate()
/external/ComputeLibrary/docs/
D00_introduction.dox146 - @ref CLGEMMLowpMatrixMultiplyNativeKernel
543 - @ref CLGEMMLowpMatrixMultiplyNativeKernel
699 - @ref CLGEMMLowpMatrixMultiplyNativeKernel
/external/ComputeLibrary/
DAndroid.bp161 "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.cpp",