ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
PaddingType | padding_type |
PaddingValues | padding_values |
int16_t | stride_width |
int16_t | stride_height |
int16_t | dilation_width_factor |
int16_t | dilation_height_factor |
int32_t | input_offset |
int32_t | weights_offset |
int32_t | output_offset |
int32_t | output_multiplier |
int | output_shift |
int32_t | quantized_activation_min |
int32_t | quantized_activation_max |
float | float_activation_min |
float | float_activation_max |
bool | is_replaced_weights {false} |
int16_t nnfw::cker::ConvParams::dilation_height_factor |
Definition at line 148 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::optimized::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), nnfw::cker::optimized::DilatedIm2col(), nnfw::cker::reference::HybridConvPerChannel(), nnfw::cker::Conv::operator()(), and nnfw::cker::Conv::operator()().
int16_t nnfw::cker::ConvParams::dilation_width_factor |
Definition at line 147 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::optimized::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), nnfw::cker::optimized::DilatedIm2col(), nnfw::cker::reference::HybridConvPerChannel(), nnfw::cker::Conv::operator()(), and nnfw::cker::Conv::operator()().
float nnfw::cker::ConvParams::float_activation_max |
Definition at line 161 of file Types.h.
Referenced by nnfw::cker::multithreaded::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::reference::HybridConvPerChannel().
float nnfw::cker::ConvParams::float_activation_min |
Definition at line 160 of file Types.h.
Referenced by nnfw::cker::multithreaded::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::reference::HybridConvPerChannel().
int32_t nnfw::cker::ConvParams::input_offset |
Definition at line 151 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
bool nnfw::cker::ConvParams::is_replaced_weights {false} |
int32_t nnfw::cker::ConvParams::output_multiplier |
Definition at line 154 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
int32_t nnfw::cker::ConvParams::output_offset |
Definition at line 153 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
int nnfw::cker::ConvParams::output_shift |
Definition at line 155 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
PaddingType nnfw::cker::ConvParams::padding_type |
Definition at line 142 of file Types.h.
Referenced by nnfw::cker::multithreaded::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), and nnfw::cker::Conv::operator()().
PaddingValues nnfw::cker::ConvParams::padding_values |
Definition at line 143 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::multithreaded::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), nnfw::cker::optimized::DilatedIm2col(), nnfw::cker::reference::HybridConvPerChannel(), and nnfw::cker::optimized::Im2col().
int32_t nnfw::cker::ConvParams::quantized_activation_max |
Definition at line 158 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
int32_t nnfw::cker::ConvParams::quantized_activation_min |
Definition at line 157 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().
int16_t nnfw::cker::ConvParams::stride_height |
Definition at line 146 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::multithreaded::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::optimized::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), nnfw::cker::optimized::DilatedIm2col(), nnfw::cker::reference::HybridConvPerChannel(), nnfw::cker::optimized::Im2col(), and nnfw::cker::Conv::operator()().
int16_t nnfw::cker::ConvParams::stride_width |
Definition at line 145 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), nnfw::cker::multithreaded::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::reference::Conv(), nnfw::cker::optimized::Conv(), nnfw::cker::train::ConvFilterGrad(), nnfw::cker::train::ConvInputGrad(), nnfw::cker::optimized::DilatedIm2col(), nnfw::cker::reference::HybridConvPerChannel(), nnfw::cker::optimized::Im2col(), and nnfw::cker::Conv::operator()().
int32_t nnfw::cker::ConvParams::weights_offset |
Definition at line 152 of file Types.h.
Referenced by nnfw::cker::reference::Conv(), and nnfw::cker::optimized::Conv().