Home
last modified time | relevance | path

Searched defs:wco (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()
228 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithCUDA()
286 const T* wco, // [cell_size] in lstm_gates_bprop()
362 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc51 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithEigen()
132 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, 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.py51 wco=None, argument
151 wco=None, argument