23.08
|
#include "src/cpu/kernels/gemm_matrix_mul/generic/neon/impl.h"
#include "src/core/utils/helpers/float_ops.h"
#include <arm_neon.h>
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
arm_compute::cpu | |
Functions | |
void | vector_matrix_multiply_f32 (const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha) |
void | matrix_matrix_multiply_f32 (const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha) |