Home
last modified time | relevance | path

Searched refs:hlo_profile_printer_data_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h95 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable
260 return hlo_profile_printer_data_ != nullptr; in hlo_profiling_enabled()
264 return *hlo_profile_printer_data_; in hlo_profile_printer_data()
334 static_data->hlo_profile_printer_data_ = hlo_profile_printer_data; in set_static_data_hlo_profile_printer_data()
339 return static_data->hlo_profile_printer_data_; in get_static_data_hlo_profile_printer_data()
383 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable
Dxla_compiled_cpu_function.cc36 hlo_profile_printer_data_(static_data.hlo_profile_printer_data_) { in XlaCompiledCpuFunction()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h244 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)), in Executable()
246 CHECK_EQ(hlo_profile_printer_data_.get() == nullptr, in Executable()
337 return *hlo_profile_printer_data_; in hlo_profile_printer_data()
349 return hlo_profile_printer_data_ != nullptr; in hlo_profiling_enabled()
404 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
Dhlo_execution_profile.h150 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(), in ToString()
162 const HloProfilePrinterData& hlo_profile_printer_data_;
Dhlo_execution_profile.cc128 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()
158 hlo_profile_printer_data_; in ToProto()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h91 return hlo_profile_printer_data_.get(); in hlo_profile_printer_data()
115 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
Dcpu_compiler.cc177 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()