ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::ruy::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::ruy::MatrixParams< Scalar >

Definition at line 123 of file Types.h.

Field Documentation

◆ cache_policy

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

Definition at line 141 of file Types.h.

Referenced by nnfw::ruy::FullyConnected(), and nnfw::ruy::ruy_support::MakeRuyMatrix().

◆ cols

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

Definition at line 131 of file Types.h.

Referenced by nnfw::ruy::FullyConnected(), and nnfw::ruy::ruy_support::MakeRuyMatrix().

◆ order

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

Definition at line 127 of file Types.h.

Referenced by nnfw::ruy::FullyConnected(), and nnfw::ruy::ruy_support::MakeRuyMatrix().

◆ rows

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

Definition at line 129 of file Types.h.

Referenced by nnfw::ruy::FullyConnected(), and nnfw::ruy::ruy_support::MakeRuyMatrix().

◆ zero_point

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

Definition at line 134 of file Types.h.

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


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