Searched refs:hlo_profile_printer_data_ (Results 1 – 7 of 7) sorted by relevance
95 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; variable260 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
36 hlo_profile_printer_data_(static_data.hlo_profile_printer_data_) { in XlaCompiledCpuFunction()
244 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
150 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(), in ToString()162 const HloProfilePrinterData& hlo_profile_printer_data_;
128 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()158 hlo_profile_printer_data_; in ToProto()
91 return hlo_profile_printer_data_.get(); in hlo_profile_printer_data()115 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; variable
177 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()