We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d3aeb commit 4d6eec8Copy full SHA for 4d6eec8
mlir/include/mlir/IR/DialectSymbolRegistry.def
@@ -25,6 +25,7 @@ DEFINE_SYM_KIND_RANGE(TOY) // Toy language (tutorial) Dialect
25
DEFINE_SYM_KIND_RANGE(SPIRV) // SPIR-V dialect
26
DEFINE_SYM_KIND_RANGE(XLA_HLO) // XLA HLO dialect
27
DEFINE_SYM_KIND_RANGE(SHAPE) // Shape dialect
28
+DEFINE_SYM_KIND_RANGE(TF_FRAMEWORK) // TF Framework dialect
29
30
// The following ranges are reserved for experimenting with MLIR dialects in a
31
// private context without having to register them here.
0 commit comments