ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
Order | order = Order::kColMajor |
int | rows = 0 |
int | cols = 0 |
Scalar | zero_point = 0 |
CachePolicy | cache_policy = CachePolicy::kNeverCache |
CachePolicy nnfw::cker::MatrixParams< Scalar >::cache_policy = CachePolicy::kNeverCache |
Definition at line 456 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().
int nnfw::cker::MatrixParams< Scalar >::cols = 0 |
Definition at line 446 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix(), and nnfw::cker::detail::GemmImplUsingEigen::Run().
Order nnfw::cker::MatrixParams< Scalar >::order = Order::kColMajor |
Definition at line 442 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().
int nnfw::cker::MatrixParams< Scalar >::rows = 0 |
Definition at line 444 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix(), and nnfw::cker::detail::GemmImplUsingEigen::Run().
Scalar nnfw::cker::MatrixParams< Scalar >::zero_point = 0 |
Definition at line 449 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().