Searched defs:LSTMParams (Results 1 – 1 of 1) sorted by relevance
31 struct LSTMParams { struct32 ActivationFn activation;33 float cell_clip;34 float proj_clip;35 bool use_cifg;36 bool use_peephole;37 bool use_layer_norm;38 bool use_projection_weight;39 bool use_projection_bias;40 bool merge_outputs;[all …]