Searched refs:CLGEMMLowpMatrixMultiplyNativeKernel (Results 1 – 7 of 7) sorted by relevance
34 class CLGEMMLowpMatrixMultiplyNativeKernel : public ICLKernel38 CLGEMMLowpMatrixMultiplyNativeKernel();40 CLGEMMLowpMatrixMultiplyNativeKernel(const CLGEMMLowpMatrixMultiplyNativeKernel &) = delete;42 …CLGEMMLowpMatrixMultiplyNativeKernel &operator=(const CLGEMMLowpMatrixMultiplyNativeKernel &) = de…44 CLGEMMLowpMatrixMultiplyNativeKernel(CLGEMMLowpMatrixMultiplyNativeKernel &&) = default;46 …CLGEMMLowpMatrixMultiplyNativeKernel &operator=(CLGEMMLowpMatrixMultiplyNativeKernel &&) = default;
156 CLGEMMLowpMatrixMultiplyNativeKernel::CLGEMMLowpMatrixMultiplyNativeKernel() in CLGEMMLowpMatrixMultiplyNativeKernel() function in arm_compute::CLGEMMLowpMatrixMultiplyNativeKernel161 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()
38 class CLGEMMLowpMatrixMultiplyNativeKernel; variable121 std::unique_ptr<CLGEMMLowpMatrixMultiplyNativeKernel> _mm_native_kernel;
44 using CLGEMMLowpMatrixMultiplyNative = CLSynthetizeFunction<CLGEMMLowpMatrixMultiplyNativeKernel>;
83 _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()
146 - @ref CLGEMMLowpMatrixMultiplyNativeKernel543 - @ref CLGEMMLowpMatrixMultiplyNativeKernel699 - @ref CLGEMMLowpMatrixMultiplyNativeKernel
161 "src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.cpp",