Home
last modified time | relevance | path

Searched defs:getDialectNamespace (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/mlir/unittests/IR/
DDialectTest.cpp17 static StringRef getDialectNamespace() { return "test"; }; in getDialectNamespace() function
22 static StringRef getDialectNamespace() { return "test"; }; in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DDialect.h34 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.h38 static StringRef getDialectNamespace() { return "tf_executor"; } in getDialectNamespace() function
Dtf_device.h41 static StringRef getDialectNamespace() { return "tf_device"; } in getDialectNamespace() function
Dtf_saved_model.h39 static StringRef getDialectNamespace() { return "tf_saved_model"; } in getDialectNamespace() function
Dtf_ops.h55 static StringRef getDialectNamespace() { return "tf"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DDialect.h34 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DDialect.h36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.h44 static StringRef getDialectNamespace() { return "tfl"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DDialect.h36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DDialect.h36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ir/
Dxla_thunks_ops.h33 static StringRef getDialectNamespace() { return "xla_thunks"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DDialect.h50 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.h49 static StringRef getDialectNamespace() { return "mhlo"; } in getDialectNamespace() function
Dlhlo_ops.h43 static StringRef getDialectNamespace() { return "lmhlo"; } in getDialectNamespace() function
Dlhlo_gpu_ops.h51 static StringRef getDialectNamespace() { return "lmhlo_gpu"; } in getDialectNamespace() function
Dchlo_ops.h44 static StringRef getDialectNamespace() { return "chlo"; } in getDialectNamespace() function
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMDialect.h27 static StringRef getDialectNamespace() { return "sdbm"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.h42 static StringRef getDialectNamespace() { return "tfr"; } in getDialectNamespace() function
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRDialect.h24 static llvm::StringRef getDialectNamespace() { return "fir"; } in getDialectNamespace() function
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp174 Identifier OpaqueType::getDialectNamespace() const { in getDialectNamespace() function in OpaqueType
DBuiltinAttributes.cpp391 Identifier OpaqueAttr::getDialectNamespace() const { in getDialectNamespace() function in OpaqueAttr