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.h91 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable
240 return hlo_profile_printer_data_ != nullptr; in hlo_profiling_enabled()
244 return *hlo_profile_printer_data_; in hlo_profile_printer_data()
304 static_data->hlo_profile_printer_data_ = hlo_profile_printer_data; in set_static_data_hlo_profile_printer_data()
309 return static_data->hlo_profile_printer_data_; in get_static_data_hlo_profile_printer_data()
349 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable
Dxla_compiled_cpu_function.cc33 hlo_profile_printer_data_(static_data.hlo_profile_printer_data_) { in XlaCompiledCpuFunction()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h68 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)), in Executable()
70 CHECK_EQ(hlo_profile_printer_data_.get() == nullptr, in Executable()
150 return *hlo_profile_printer_data_; in hlo_profile_printer_data()
162 return hlo_profile_printer_data_ != nullptr; in hlo_profiling_enabled()
206 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
Dhlo_execution_profile.h145 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(), in ToString()
155 const HloProfilePrinterData& hlo_profile_printer_data_;
Dhlo_execution_profile.cc127 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h90 return hlo_profile_printer_data_.get(); in hlo_profile_printer_data()
116 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
Dcpu_compiler.cc139 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()