Home
last modified time | relevance | path

Searched defs:h_grad (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc295 const T* h_grad, // [batch_size, cell_size] in lstm_gates_bprop()
367 typename TTypes<T>::ConstMatrix h_grad, typename TTypes<T>::Matrix do_, in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc137 typename TTypes<T>::ConstMatrix h_grad, typename TTypes<T>::Matrix do_, in LSTMBlockCellBpropWithEigen()
1121 const Tensor* h_grad = nullptr; in Compute() local