Home
last modified time | relevance | path

Searched defs:LSTMParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/operations/
DLSTM.h30 struct LSTMParams { struct
31 TfLiteFusedActivation activation;
32 float cell_clip;
33 float proj_clip;
34 bool use_cifg;
35 bool use_peephole;
36 bool use_layer_norm;
37 bool use_projection_weight;
38 bool use_projection_bias;
39 bool merge_outputs;
[all …]