Home
last modified time | relevance | path

Searched defs:wci (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc87 const T* wci, const T* wcf, const T* wco, T* o, T* h, in lstm_gates()
227 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellFpropWithCUDA()
284 const T* wci, // [cell_size] in lstm_gates_bprop()
361 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc50 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellFpropWithEigen()
131 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/contrib/rnn/ops/
Dlstm_ops.cc293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon4050c6010402() local
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dlstm_ops.py49 wci=None, argument
149 wci=None, argument