Home
last modified time | relevance | path

Searched refs:cppNamespace (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
H A Dhlo_ops_base_enums.td35 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 Dhlo_ops_base_attrs.td61 let cppNamespace = "::mlir::mhlo";
79 let cppNamespace = "::mlir::mhlo";
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DStablehloEnums.td40 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 DStablehloAttrs.td26 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 DChloEnums.td46 let cppNamespace = "::mlir::chlo";
68 let cppNamespace = "::mlir::chlo";
H A DBase.td168 let cppNamespace = "::mlir::hlo::OpTrait";
195 let cppNamespace = "::mlir::hlo";
/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dmain.cpp87 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 Dnative_writer_vendor.cpp291 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 Dnative_writer.cpp456 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 Dutils.cpp277 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 Dnative_writer_vendor.h29 const string& cppNamespace, const string& importHeader);
32 const string& cppNamespace);
H A Dnative_writer.h29 const string& cppNamespace, const string& importHeader,
33 const string& cppNamespace, const int minApiLevel, bool bootstrap);
H A Dutils.h99 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 Dinterfaces.td32 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 Dtfl_op_enums.td46 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 Dtestlib_enums.td29 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 Dlhlo_gpu_ops_enums.td39 let cppNamespace = "::mlir::lmhlo_gpu";
92 let cppNamespace = "::mlir::lmhlo_gpu";
H A Dlhlo_gpu_ops_base.td25 let cppNamespace = "::mlir::lmhlo_gpu";
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td26 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/
DDirectiveBase.td26 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/
DDirectiveBase.td26 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/
DDirectiveBase.td26 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/
DDirectiveBase.td26 string cppNamespace = name;
37 // write something like Enum_X if we have a `using namespace cppNamespace`.
/aosp_15_r20/system/tools/hidl/
DNamedType.cpp51 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name); in emitDump()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
H A DQuantOpsBase.td29 let cppNamespace = "::mlir::quantfork";

1234