ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::MatrixParams< Scalar > Struct Template Reference

#include <Types.h>

Data Fields

Order order = Order::kColMajor
 
int rows = 0
 
int cols = 0
 
Scalar zero_point = 0
 
CachePolicy cache_policy = CachePolicy::kNeverCache
 

Detailed Description

template<typename Scalar>
struct nnfw::cker::MatrixParams< Scalar >

Definition at line 438 of file Types.h.

Field Documentation

◆ cache_policy

template<typename Scalar >
CachePolicy nnfw::cker::MatrixParams< Scalar >::cache_policy = CachePolicy::kNeverCache

Definition at line 456 of file Types.h.

Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().

◆ cols

template<typename Scalar >
int nnfw::cker::MatrixParams< Scalar >::cols = 0

◆ order

template<typename Scalar >
Order nnfw::cker::MatrixParams< Scalar >::order = Order::kColMajor

Definition at line 442 of file Types.h.

Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().

◆ rows

template<typename Scalar >
int nnfw::cker::MatrixParams< Scalar >::rows = 0

◆ zero_point

template<typename Scalar >
Scalar nnfw::cker::MatrixParams< Scalar >::zero_point = 0

Definition at line 449 of file Types.h.

Referenced by nnfw::cker::ruy_support::MakeRuyMatrix().


The documentation for this struct was generated from the following file: