Searched refs:hlo_profile_printer_data_ (Results 1 – 7 of 7) sorted by relevance
91 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable240 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
33 hlo_profile_printer_data_(static_data.hlo_profile_printer_data_) { in XlaCompiledCpuFunction()
68 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
145 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(), in ToString()155 const HloProfilePrinterData& hlo_profile_printer_data_;
127 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()
90 return hlo_profile_printer_data_.get(); in hlo_profile_printer_data()116 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
139 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()