ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::SoftmaxParams Struct Reference

#include <Types.h>

Collaboration diagram for nnfw::cker::SoftmaxParams:

Data Fields

double beta
 
int axis
 
int32_t input_multiplier
 
int32_t input_left_shift
 
int32_t reverse_scaling_divisor
 
int32_t reverse_scaling_right_shift
 
int diff_min
 
int32_t zero_point
 
float scale
 
float * table
 
uint8_t * uint8_table1
 
uint8_t * uint8_table2
 

Detailed Description

Definition at line 102 of file Types.h.

Field Documentation

◆ axis

◆ beta

◆ diff_min

int nnfw::cker::SoftmaxParams::diff_min

Definition at line 114 of file Types.h.

◆ input_left_shift

int32_t nnfw::cker::SoftmaxParams::input_left_shift

Definition at line 110 of file Types.h.

◆ input_multiplier

int32_t nnfw::cker::SoftmaxParams::input_multiplier

Definition at line 109 of file Types.h.

◆ reverse_scaling_divisor

int32_t nnfw::cker::SoftmaxParams::reverse_scaling_divisor

Definition at line 112 of file Types.h.

◆ reverse_scaling_right_shift

int32_t nnfw::cker::SoftmaxParams::reverse_scaling_right_shift

Definition at line 113 of file Types.h.

◆ scale

◆ table

◆ uint8_table1

uint8_t* nnfw::cker::SoftmaxParams::uint8_table1

Definition at line 118 of file Types.h.

Referenced by onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().

◆ uint8_table2

uint8_t* nnfw::cker::SoftmaxParams::uint8_table2

Definition at line 119 of file Types.h.

Referenced by onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().

◆ zero_point


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