Searched defs:wci (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 87 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()
|
D | lstm_ops.cc | 50 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/ |
D | lstm_ops.cc | 293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon4050c6010402() local
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | lstm_ops.py | 49 wci=None, argument 149 wci=None, argument
|