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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 58 return xla::FindOrDie(extra_metric_to_profile_idx(), key);
70 return extra_metric_to_profile_idx().size();
87 const std::unordered_map<string, int64>& extra_metric_to_profile_idx() const { function in class:xla::HloProfileIndexMap
hlo_execution_profile.cc 114 for (const auto& pair : hlo_profile_index_map.extra_metric_to_profile_idx()) {

Completed in 6363 milliseconds