HomeSort by relevance Sort by last modified time
    Searched refs:hlo_profile_printer_data_ (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 52 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)),
54 CHECK_EQ(hlo_profile_printer_data_.get() == nullptr,
122 return *hlo_profile_printer_data_;
134 return hlo_profile_printer_data_ != nullptr;
185 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data_; member in class:xla::Executable
hlo_execution_profile.h 122 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(),
132 const HloProfilePrinterData& hlo_profile_printer_data_; member in class:xla::HloExecutionProfile
hlo_execution_profile.cc 111 : hlo_profile_printer_data_(*hlo_profile_printer_data),
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h 211 return hlo_profile_printer_data_ != nullptr;
215 return *hlo_profile_printer_data_;
241 const xla::HloProfilePrinterData* hlo_profile_printer_data_ = nullptr; member in class:tensorflow::XlaCompiledCpuFunction
xla_compiled_cpu_function.cc 32 hlo_profile_printer_data_(static_data.hlo_profile_printer_data) {

Completed in 63 milliseconds