Home
last modified time | relevance | path

Searched refs:concat_xh (Results 1 – 1 of 1) sorted by relevance

/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() function
245 TF_CHECK_OK(CudaLaunchKernel(concat_xh<T>, grid_dim, block_dim, 0, cu_stream, in LSTMBlockCellFpropWithCUDA()