aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tools/parser/hlo_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/tools/parser/hlo_token.h')
-rw-r--r--tensorflow/compiler/xla/tools/parser/hlo_token.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/compiler/xla/tools/parser/hlo_token.h b/tensorflow/compiler/xla/tools/parser/hlo_token.h
index 9afd2fac23..9c2069e756 100644
--- a/tensorflow/compiler/xla/tools/parser/hlo_token.h
+++ b/tensorflow/compiler/xla/tools/parser/hlo_token.h
@@ -57,9 +57,6 @@ enum class TokKind {
// Typed tokens.
kName, // %foo
kAttributeName, // dimensions=
- kDimLabels, // [0-9bf]+_[0-9io]+->[0-9bf]+
- kDxD, // [0-9]+(x[0-9]+)+
- kPad, // [0-9]+_[0-9]+(_[0-9]+)?(x[0-9]+_[0-9]+(_[0-9]+)?)*
kShape, // f32[2,3]{1,0}
kOpcode, // add
kInt, // 42