Home
last modified time | relevance | path

Searched refs:extra_metric_to_profile_idx_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h88 return extra_metric_to_profile_idx_; in extra_metric_to_profile_idx()
94 std::unordered_map<string, int64> extra_metric_to_profile_idx_; variable
Dhlo_execution_profile.cc45 InsertOrDie(&extra_metric_to_profile_idx_, key, current_profile_index++); in HloProfileIndexMap()