Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc1607 bool time_major_; member in tensorflow::CudnnRNNForwardOpV3
1610 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::CudnnRNNBackwardOpV3
1876 bool time_major() { return time_major_; } in time_major()
1881 OP_REQUIRES_OK(context, context->GetAttr("time_major", &time_major_)); in CudnnRNNBackwardOpV3()