Lines Matching defs:LSTMParams
32 struct LSTMParams { struct33 TfLiteFusedActivation activation;34 float cell_clip;35 float proj_clip;36 bool use_cifg;37 bool use_peephole;38 bool use_layer_norm;39 bool use_projection_weight;40 bool use_projection_bias;41 bool merge_outputs;42 bool time_major;43 bool output_state;