Home
last modified time | relevance | path

Searched defs:h_prev (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/ops/
Dgru_ops.cc36 ShapeHandle x, h_prev; in __anon07a5ee8f0102() local
114 ShapeHandle x, h_prev, w_ru; in __anon07a5ee8f0202() local
Dlstm_ops.cc293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon4050c6010402() local
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc194 __global__ void concat_xh(T* xh, const T* x, const T* h_prev, in concat_xh()
226 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellFpropWithCUDA()
282 const T* h_prev, // [batch_size, cell_size] in lstm_gates_bprop()
360 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc49 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellFpropWithEigen()
130 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dgru_ops.py197 def call(self, inputs, h_prev): argument
Dlstm_ops.py46 h_prev, argument
148 h_prev=None, argument