Home
last modified time | relevance | path

Searched refs:cs_local (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc171 T cs_local = i_local * ci_local + f_local * cs_prev[cid]; in lstm_gates() local
173 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()