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

#include <Types.h>

Data Fields

FusedActivationFunctionType activation {FusedActivationFunctionType::kNone}
 
float cell_clip
 
float proj_clip
 
LSTMKernelType kernel_type
 
bool asymmetric_quantize_inputs
 

Detailed Description

Definition at line 290 of file Types.h.

Field Documentation

◆ activation

◆ asymmetric_quantize_inputs

bool nnfw::cker::LSTMParams::asymmetric_quantize_inputs

Definition at line 302 of file Types.h.

◆ cell_clip

float nnfw::cker::LSTMParams::cell_clip

◆ kernel_type

LSTMKernelType nnfw::cker::LSTMParams::kernel_type

Definition at line 299 of file Types.h.

◆ proj_clip

float nnfw::cker::LSTMParams::proj_clip

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