HomeSort by relevance Sort by last modified time
    Searched defs:hlo_profile_printer_data (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 49 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
52 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)),
120 const HloProfilePrinterData& hlo_profile_printer_data() const { function in class:xla::Executable
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h 81 const xla::HloProfilePrinterData* hlo_profile_printer_data = nullptr; member in struct:tensorflow::XlaCompiledCpuFunction::StaticData
86 // hlo_profile_printer_data but xla::HloProfilePrinterData is forward
213 const xla::HloProfilePrinterData& hlo_profile_printer_data() const { function in class:tensorflow::XlaCompiledCpuFunction
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 490 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; local
510 hlo_profile_printer_data =
624 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
703 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
    [all...]

Completed in 94 milliseconds