|
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 461 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().
| int nnfw::cker::MatrixParams< Scalar >::cols = 0 |
Definition at line 451 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 447 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().
| int nnfw::cker::MatrixParams< Scalar >::rows = 0 |
Definition at line 449 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 454 of file Types.h.
Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().