Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc298 static LazyRE2 dim_labels_pattern = { in LexIdentifier() local
300 if (RE2::Consume(&consumable, *dim_labels_pattern)) { in LexIdentifier()
350 static LazyRE2 dim_labels_pattern = { in LexNumberOrPattern() local
356 if (RE2::Consume(&consumable, *dim_labels_pattern)) { in LexNumberOrPattern()
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dhlo_parser.md60 | [0-9bf]{2,}_[0-9io]{2,}->[0-9bf]{2,} /*dim_labels_pattern*/