Searched refs:xh_x_offsets (Results 1 – 2 of 2) sorted by relevance
126 inline Eigen::array<Eigen::DenseIndex, 2> xh_x_offsets() const { in xh_x_offsets() function269 xh.slice(xh_x_offsets(), xh_x_extents()).device(d) = x; in operator()274 x_grad.device(d) = xh_grad.slice(xh_x_offsets(), xh_x_extents()); in operator()
58 xh.slice(cell.xh_x_offsets(), cell.xh_x_extents()).device(d) = x; in LSTMBlockCellFpropWithEigen()