Searched refs:time_major_ (Results 1 – 1 of 1) sorted by relevance
1607 bool time_major_; member in tensorflow::CudnnRNNForwardOpV31610 bool time_major() { return time_major_; } in time_major()1615 OP_REQUIRES_OK(context, context->GetAttr("time_major", &time_major_)); in CudnnRNNForwardOpV3()1873 bool time_major_; member in tensorflow::CudnnRNNBackwardOpV31876 bool time_major() { return time_major_; } in time_major()1881 OP_REQUIRES_OK(context, context->GetAttr("time_major", &time_major_)); in CudnnRNNBackwardOpV3()