/external/llvm-project/mlir/unittests/IR/ |
D | DialectTest.cpp | 17 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/ |
D | chlo_ops.h | 40 : Dialect(getDialectNamespace(), context, in HloClientDialect() 44 static StringRef getDialectNamespace() { return "chlo"; } in getDialectNamespace() function
|
D | lhlo_ops.h | 43 static StringRef getDialectNamespace() { return "lmhlo"; } in getDialectNamespace() function
|
D | lhlo_gpu_ops.h | 51 static StringRef getDialectNamespace() { return "lmhlo_gpu"; } in getDialectNamespace() function
|
D | hlo_ops.h | 49 static StringRef getDialectNamespace() { return "mhlo"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | MLIRContext.h | 63 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/ |
D | lhlo_gpu_ops.cc | 51 : Dialect(getDialectNamespace(), context, TypeID::get<LmhloGpuDialect>()) { in LmhloGpuDialect()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ir/ |
D | xla_thunks_ops.cc | 31 : Dialect(getDialectNamespace(), context, TypeID::get<XLAThunksDialect>()) { in XLAThunksDialect()
|
D | xla_thunks_ops.h | 33 static StringRef getDialectNamespace() { return "xla_thunks"; } in getDialectNamespace() function
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_device.h | 41 static StringRef getDialectNamespace() { return "tf_device"; } in getDialectNamespace() function
|
D | tf_executor.h | 38 static StringRef getDialectNamespace() { return "tf_executor"; } in getDialectNamespace() function
|
D | tf_saved_model.h | 39 static StringRef getDialectNamespace() { return "tf_saved_model"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
D | Dialect.h | 34 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
D | Dialect.h | 34 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
D | Dialect.h | 36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
D | Dialect.h | 36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
D | Dialect.h | 36 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/ |
D | SDBMDialect.h | 27 static StringRef getDialectNamespace() { return "sdbm"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/lib/CAPI/Standard/ |
D | StandardDialect.cpp | 24 return wrap(mlir::StandardOpsDialect::getDialectNamespace()); in mlirStandardDialectGetNamespace()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.h | 44 static StringRef getDialectNamespace() { return "tfl"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/lib/Dialect/SDBM/ |
D | SDBMDialect.cpp | 15 : Dialect(getDialectNamespace(), context, TypeID::get<SDBMDialect>()) { in SDBMDialect()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.h | 42 static StringRef getDialectNamespace() { return "tfr"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
D | Dialect.h | 50 static llvm::StringRef getDialectNamespace() { return "toy"; } in getDialectNamespace() function
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIRDialect.h | 24 static llvm::StringRef getDialectNamespace() { return "fir"; } in getDialectNamespace() function
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | DialectConversion.h | 663 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()
|