ONE - On-device Neural Engine
|
#include <BatchMatMulParams.h>
Public Member Functions | |
BatchMatMulParams (const Shape &lhs_shape, const Shape &rhs_shape) | |
Data Fields | |
int | batch_dim0 |
int | batch_dim1 |
int | batch_dim2 |
int | lhs_ext0 |
int | lhs_ext1 |
int | lhs_ext2 |
int | rhs_ext0 |
int | rhs_ext1 |
int | rhs_ext2 |
int | lhs_rows |
int | lhs_cols |
int | rhs_rows |
int | rhs_cols |
int | accum_depth |
Definition at line 26 of file BatchMatMulParams.h.
|
inline |
Definition at line 28 of file BatchMatMulParams.h.
References accum_depth, batch_dim0, batch_dim1, batch_dim2, nnfw::cker::Shape::Dims(), lhs_cols, lhs_ext0, lhs_ext1, lhs_ext2, lhs_rows, rhs_cols, rhs_ext0, rhs_ext1, rhs_ext2, and rhs_rows.
int nnfw::cker::BatchMatMulParams::accum_depth |
Definition at line 65 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::batch_dim0 |
Definition at line 52 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::batch_dim1 |
Definition at line 53 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::batch_dim2 |
Definition at line 54 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::lhs_cols |
Definition at line 62 of file BatchMatMulParams.h.
Referenced by BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::lhs_ext0 |
Definition at line 55 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::lhs_ext1 |
Definition at line 56 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::lhs_ext2 |
Definition at line 57 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::lhs_rows |
Definition at line 61 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::rhs_cols |
Definition at line 64 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::rhs_ext0 |
Definition at line 58 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::rhs_ext1 |
Definition at line 59 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::rhs_ext2 |
Definition at line 60 of file BatchMatMulParams.h.
Referenced by nnfw::cker::reference::BatchMatMul(), and BatchMatMulParams().
int nnfw::cker::BatchMatMulParams::rhs_rows |
Definition at line 63 of file BatchMatMulParams.h.
Referenced by BatchMatMulParams().