Searched refs:concat_xh (Results 1 – 1 of 1) sorted by relevance
194 __global__ void concat_xh(T* xh, const T* x, const T* h_prev, in concat_xh() function245 TF_CHECK_OK(CudaLaunchKernel(concat_xh<T>, grid_dim, block_dim, 0, cu_stream, in LSTMBlockCellFpropWithCUDA()