Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc33 absl::Span<const string> extra_metrics) { in HloProfileIndexMap() argument
45 for (const string& key : extra_metrics) { in HloProfileIndexMap()
Dhlo_profile_printer.cc30 for (const auto& item : hlo_profile_printer_data.extra_metrics()) { in PrintHloProfile()
Dhlo_execution_profile.h41 absl::Span<const string> extra_metrics);
Dhlo_profile_printer_data.proto62 map<string, int64> extra_metrics = 3; field