Home
last modified time | relevance | path

Searched refs:debug_info_path_begin_marker (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dmlir_tf2xla.cc102 absl::string_view debug_info_path_begin_marker) { in ConvertGraphDefToXlaViaMlir() argument
132 if (!debug_info_path_begin_marker.empty()) { in ConvertGraphDefToXlaViaMlir()
136 file_name->rfind(std::string(debug_info_path_begin_marker)); in ConvertGraphDefToXlaViaMlir()
139 debug_info_path_begin_marker.length()); in ConvertGraphDefToXlaViaMlir()
H A Dtf2xla.h47 absl::string_view debug_info_path_begin_marker);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dflags.h32 string debug_info_path_begin_marker; member
H A Dflags.cc31 {"debug_info_path_begin_marker", &flags->debug_info_path_begin_marker, in AppendMainFlags()
H A Dtfcompile_main.cc68 flags.debug_info_path_begin_marker = ""; in main()
H A Dcompile.cc135 flags.debug_info_path_begin_marker)); in CompileGraph()