/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
H A D | hlo_ops_base_enums.td | 35 let cppNamespace = "::mlir::mhlo"; 51 let cppNamespace = "::mlir::mhlo"; 71 let cppNamespace = "::mlir::mhlo"; 97 let cppNamespace = "::mlir::mhlo"; 123 let cppNamespace = "::mlir::mhlo"; 145 let cppNamespace = "::mlir::mhlo"; 157 let cppNamespace = "::mlir::mhlo"; 177 let cppNamespace = "::mlir::mhlo"; 190 let cppNamespace = "::mlir::mhlo"; 203 let cppNamespace = "::mlir::mhlo"; [all …]
|
H A D | hlo_ops_base_attrs.td | 61 let cppNamespace = "::mlir::mhlo"; 79 let cppNamespace = "::mlir::mhlo";
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | StablehloEnums.td | 40 let cppNamespace = "::mlir::stablehlo"; 69 let cppNamespace = "::mlir::stablehlo"; 95 let cppNamespace = "::mlir::stablehlo"; 121 let cppNamespace = "::mlir::stablehlo"; 143 let cppNamespace = "::mlir::stablehlo"; 163 let cppNamespace = "::mlir::stablehlo"; 178 let cppNamespace = "::mlir::stablehlo"; 197 let cppNamespace = "::mlir::stablehlo";
|
H A D | StablehloAttrs.td | 26 let cppNamespace = "::mlir::stablehlo"; 39 let cppNamespace = "::mlir::stablehlo"; 52 let cppNamespace = "::mlir::stablehlo"; 65 let cppNamespace = "::mlir::stablehlo"; 83 let cppNamespace = "::mlir::stablehlo"; 119 let cppNamespace = "::mlir::stablehlo"; 131 let cppNamespace = "::mlir::stablehlo";
|
H A D | ChloEnums.td | 46 let cppNamespace = "::mlir::chlo"; 68 let cppNamespace = "::mlir::chlo";
|
H A D | Base.td | 168 let cppNamespace = "::mlir::hlo::OpTrait"; 195 let cppNamespace = "::mlir::hlo";
|
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | main.cpp | 87 string cppNamespace = DEFAULT_CPP_NAMESPACE; in run() local 154 cppNamespace = argv[index]; in run() 285 if (moduleName != DEFAULT_MODULE_NAME && cppNamespace == DEFAULT_CPP_NAMESPACE) { in run() 302 out, atoms, attributionDecl, cppNamespace, cppHeaderImport, minApiLevel, in run() 307 out, atoms, attributionDecl, cppNamespace, cppHeaderImport); in run() 316 if (moduleName != DEFAULT_MODULE_NAME && cppNamespace == DEFAULT_CPP_NAMESPACE) { in run() 327 out, atoms, attributionDecl, cppNamespace, minApiLevel, bootstrap); in run() 331 out, atoms, attributionDecl, cppNamespace); in run()
|
H A D | native_writer_vendor.cpp | 291 const string& cppNamespace, const string& importHeader) { in write_stats_log_cpp_vendor() argument 300 write_namespace(out, cppNamespace); in write_stats_log_cpp_vendor() 315 write_closing_namespace(out, cppNamespace); in write_stats_log_cpp_vendor() 321 const string& cppNamespace) { in write_stats_log_header_vendor() argument 322 write_native_header_preamble(out, cppNamespace, /*includePull=*/false, /*bootstrap=*/false, in write_stats_log_header_vendor() 377 write_native_header_epilogue(out, cppNamespace); in write_stats_log_header_vendor()
|
H A D | native_writer.cpp | 456 const string& cppNamespace, const string& importHeader, in write_stats_log_cpp() argument 484 write_namespace(out, cppNamespace); in write_stats_log_cpp() 503 write_closing_namespace(out, cppNamespace); in write_stats_log_cpp() 509 const string& cppNamespace, const int minApiLevel, bool bootstrap) { in write_stats_log_header() argument 511 write_native_header_preamble(out, cppNamespace, includePull, bootstrap); in write_stats_log_header() 553 write_native_header_epilogue(out, cppNamespace); in write_stats_log_header()
|
H A D | utils.cpp | 277 for (const string& cppNamespace : cppNamespaceVec) { in write_namespace() local 278 fprintf(out, "namespace %s {\n", cppNamespace.c_str()); in write_namespace() 421 void write_native_header_preamble(FILE* out, const string& cppNamespace, bool includePull, in write_native_header_preamble() argument 451 write_namespace(out, cppNamespace); in write_native_header_preamble() 459 void write_native_header_epilogue(FILE* out, const string& cppNamespace) { in write_native_header_epilogue() argument 460 write_closing_namespace(out, cppNamespace); in write_native_header_epilogue()
|
H A D | native_writer_vendor.h | 29 const string& cppNamespace, const string& importHeader); 32 const string& cppNamespace);
|
H A D | native_writer.h | 29 const string& cppNamespace, const string& importHeader, 33 const string& cppNamespace, const int minApiLevel, bool bootstrap);
|
H A D | utils.h | 99 void write_native_header_preamble(FILE* out, const string& cppNamespace, bool includePull, 102 void write_native_header_epilogue(FILE* out, const string& cppNamespace);
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | interfaces.td | 32 let cppNamespace = "::mlir::tfg"; 51 let cppNamespace = "::mlir::tfg"; 102 let cppNamespace = "::mlir::tfg";
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
H A D | tfl_op_enums.td | 46 let cppNamespace = "::mlir::TFL"; 106 let cppNamespace = "::mlir::TFL"; 119 let cppNamespace = "::mlir::TFL";
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/ir/runtime/tests/ |
H A D | testlib_enums.td | 29 let cppNamespace = "::xla::runtime"; 42 let cppNamespace = "::xla::runtime";
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo_gpu/IR/ |
H A D | lhlo_gpu_ops_enums.td | 39 let cppNamespace = "::mlir::lmhlo_gpu"; 92 let cppNamespace = "::mlir::lmhlo_gpu";
|
H A D | lhlo_gpu_ops_base.td | 25 let cppNamespace = "::mlir::lmhlo_gpu";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/Directive/ |
H A D | DirectiveBase.td | 26 string cppNamespace = name; 37 // write something like Enum_X if we have a `using namespace cppNamespace`.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/Directive/ |
D | DirectiveBase.td | 26 string cppNamespace = name; 37 // write something like Enum_X if we have a `using namespace cppNamespace`.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/Directive/ |
D | DirectiveBase.td | 26 string cppNamespace = name; 37 // write something like Enum_X if we have a `using namespace cppNamespace`.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/Directive/ |
D | DirectiveBase.td | 26 string cppNamespace = name; 37 // write something like Enum_X if we have a `using namespace cppNamespace`.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/Directive/ |
D | DirectiveBase.td | 26 string cppNamespace = name; 37 // write something like Enum_X if we have a `using namespace cppNamespace`.
|
/aosp_15_r20/system/tools/hidl/ |
D | NamedType.cpp | 51 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name); in emitDump()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
H A D | QuantOpsBase.td | 29 let cppNamespace = "::mlir::quantfork";
|