Home
last modified time | relevance | path

Searched refs:PrintHloProfile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.h28 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
Dhlo_profile_printer.cc23 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data, in PrintHloProfile() function
Dhlo_execution_profile.h145 return PrintHloProfile(hlo_profile_printer_data_, profile_counters_.data(), in ToString()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc617 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()