Home
last modified time | relevance | path

Searched refs:getDialectNamespace (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/mlir/unittests/IR/
DDialectTest.cpp17 static StringRef getDialectNamespace() { return "test"; }; in getDialectNamespace() function
19 : Dialect(getDialectNamespace(), context, TypeID::get<TestDialect>()) {} in TestDialect()
22 static StringRef getDialectNamespace() { return "test"; }; in getDialectNamespace() function
24 : Dialect(getDialectNamespace(), context, in AnotherTestDialect()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dchlo_ops.h40 : Dialect(getDialectNamespace(), context, in HloClientDialect()
44 static StringRef getDialectNamespace() { return "chlo"; } 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
Dhlo_ops.h49 static StringRef getDialectNamespace() { return "mhlo"; } in getDialectNamespace() function
/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h63 return static_cast<T *>(getLoadedDialect(T::getDialectNamespace())); in getLoadedDialect()
71 getOrLoadDialect(T::getDialectNamespace(), TypeID::get<T>(), [this]() { in getOrLoadDialect()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dlhlo_gpu_ops.cc51 : Dialect(getDialectNamespace(), context, TypeID::get<LmhloGpuDialect>()) { in LmhloGpuDialect()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ir/
Dxla_thunks_ops.cc31 : Dialect(getDialectNamespace(), context, TypeID::get<XLAThunksDialect>()) { in XLAThunksDialect()
Dxla_thunks_ops.h33 static StringRef getDialectNamespace() { return "xla_thunks"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.h41 static StringRef getDialectNamespace() { return "tf_device"; } in getDialectNamespace() function
Dtf_executor.h38 static StringRef getDialectNamespace() { return "tf_executor"; } in getDialectNamespace() function
Dtf_saved_model.h39 static StringRef getDialectNamespace() { return "tf_saved_model"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DDialect.h34 static llvm::StringRef getDialectNamespace() { return "toy"; } 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/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/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMDialect.h27 static StringRef getDialectNamespace() { return "sdbm"; } in getDialectNamespace() function
/external/llvm-project/mlir/lib/CAPI/Standard/
DStandardDialect.cpp24 return wrap(mlir::StandardOpsDialect::getDialectNamespace()); in mlirStandardDialectGetNamespace()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.h44 static StringRef getDialectNamespace() { return "tfl"; } in getDialectNamespace() function
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMDialect.cpp15 : Dialect(getDialectNamespace(), context, TypeID::get<SDBMDialect>()) { in SDBMDialect()
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.h42 static StringRef getDialectNamespace() { return "tfr"; } in getDialectNamespace() function
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DDialect.h50 static llvm::StringRef getDialectNamespace() { return "toy"; } 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/include/mlir/Transforms/
DDialectConversion.h663 SmallVector<StringRef, 2> dialectNames({Args::getDialectNamespace()...}); in addLegalDialect()
677 SmallVector<StringRef, 2> dialectNames({Args::getDialectNamespace()...});
684 SmallVector<StringRef, 2> dialectNames({Args::getDialectNamespace()...}); in addDynamicallyLegalDialect()
707 SmallVector<StringRef, 2> dialectNames({Args::getDialectNamespace()...}); in addIllegalDialect()

12