Searched defs:LSTMParams (Results 1 – 1 of 1) sorted by relevance
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;[all …]