Compute Library
 23.11
GemmConfig Struct Reference

#include <arm_gemm.hpp>

Public Member Functions

 GemmConfig (GemmMethod method)
 
 GemmConfig ()
 

Data Fields

GemmMethod method = GemmMethod::DEFAULT
 
std::string filter = ""
 
unsigned int inner_block_size = 0
 
unsigned int outer_block_size = 0
 
WeightFormat weight_format = WeightFormat::ANY
 

Detailed Description

Definition at line 105 of file arm_gemm.hpp.

Constructor & Destructor Documentation

◆ GemmConfig() [1/2]

GemmConfig ( GemmMethod  method)
inline

Definition at line 113 of file arm_gemm.hpp.

113  : method(method)
114  {
115  }

◆ GemmConfig() [2/2]

GemmConfig ( )
inline

Definition at line 116 of file arm_gemm.hpp.

117  {
118  }

Field Documentation

◆ filter

◆ inner_block_size

◆ method

◆ outer_block_size

◆ weight_format


The documentation for this struct was generated from the following file:
arm_gemm::GemmConfig::method
GemmMethod method
Definition: arm_gemm.hpp:107