ONE - On-device Neural Engine
|
#include <BatchMatMul.h>
Public Member Functions | |
BatchMatMul () | |
void | prepare (const Shape &lhs_shape, const Shape &rhs_shape, bool adj_x, bool adj_y) |
Prepare temporary area for calculation. | |
void | operator() (const Shape &lhs_shape, const float *lhs_data, const Shape &rhs_shape, const float *rhs_data, bool adj_x, bool adj_y, const Shape &, float *output_data) |
Definition at line 36 of file BatchMatMul.h.
|
inline |
Definition at line 39 of file BatchMatMul.h.
|
inline |
Definition at line 80 of file BatchMatMul.h.
References nnfw::cker::reference::BatchMatMul().
|
inline |
Prepare temporary area for calculation.
Definition at line 47 of file BatchMatMul.h.
References nnfw::cker::Shape::DimensionsCount(), nnfw::cker::Shape::Dims(), nnfw::cker::Shape::FlatSize(), nnfw::cker::Shape::Resize(), and nnfw::cker::Shape::SetDim().
Referenced by onert::backend::cpu::ops::BatchMatMulLayer::batchMatMulFloat32().