Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc643 auto time_major_attr = func_op->getAttrOfType<BoolAttr>("tf.time_major"); in ConvertKerasLSTMLayer() local
644 if (time_major_attr == nullptr) return failure(); in ConvertKerasLSTMLayer()
646 bool time_majored = time_major_attr.getValue(); in ConvertKerasLSTMLayer()