Lines Matching defs:LSTMParams
30 struct LSTMParams { struct31 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;40 bool time_major;