Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/ops/
Dgru_ops.cc36 ShapeHandle x, h_prev; in __anon6fce7f260102() local
114 ShapeHandle x, h_prev, w_ru; in __anon6fce7f260202() local
Dlstm_ops.cc293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anonad8b69780402() local
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc148 __global__ void concat_xh(T* xh, const T* x, const T* h_prev, in concat_xh()
180 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellFpropWithCUDA()
232 const T* h_prev, // [batch_size, cell_size] in lstm_gates_bprop()
310 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()
129 typename TTypes<T>::ConstMatrix h_prev, typename TTypes<T>::ConstMatrix w, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dgru_ops.py196 def call(self, inputs, h_prev): argument
Dlstm_ops.py43 h_prev, argument
145 h_prev=None, argument
/external/libedit/src/
Dhistory.c72 history_gfun_t h_prev; /* Get the previous element */ in TYPE() local
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3812 struct CvTreeNode* h_prev; /* previous sequence */ member