gru_ops.h | 36 inline Eigen::array<Eigen::DenseIndex, 2> x_offsets() const { return {0, 0}; } function in struct:tensorflow::functor::GRUCell 84 x_h_prev.slice(x_offsets(), x_extends()).device(d) = x; 105 x_h_prevr.slice(x_offsets(), x_extends()).device(d) = x; 177 .slice(x_offsets(), x_extends());
|