ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::QuantizeWeightsPass::Context Struct Reference

#include <QuantizeWeightsPass.h>

Data Fields

loco::DataType input_model_dtype = loco::DataType::Unknown
 
loco::DataType output_model_dtype = loco::DataType::Unknown
 
QuantizationGranularity granularity = QuantizationGranularity::ChannelWise
 

Detailed Description

Definition at line 35 of file QuantizeWeightsPass.h.

Field Documentation

◆ granularity

QuantizationGranularity luci::QuantizeWeightsPass::Context::granularity = QuantizationGranularity::ChannelWise

Definition at line 39 of file QuantizeWeightsPass.h.

◆ input_model_dtype

loco::DataType luci::QuantizeWeightsPass::Context::input_model_dtype = loco::DataType::Unknown

Definition at line 37 of file QuantizeWeightsPass.h.

◆ output_model_dtype

loco::DataType luci::QuantizeWeightsPass::Context::output_model_dtype = loco::DataType::Unknown

Definition at line 38 of file QuantizeWeightsPass.h.


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