Searched refs:cs_local (Results 1 – 1 of 1) sorted by relevance
171 T cs_local = i_local * ci_local + f_local * cs_prev[cid]; in lstm_gates() local173 cs_local = clip_op(cs_local, cell_clip_t); in lstm_gates()175 cs[cid] = cs_local; in lstm_gates()177 const T co_local = tanh_op(cs_local); in lstm_gates()183 cs_local * wco[act_id]); in lstm_gates()