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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 49 size_t GetProfileIndexFor(const HloInstruction& instruction) const {
53 size_t GetProfileIndexFor(const HloComputation& computation) const {
57 size_t GetProfileIndexFor(const string& key) const {
122 return profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(
129 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(computation)] =
135 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(metric)] =
hlo_execution_profile.cc 109 hlo_profile_index_map.GetProfileIndexFor(*hlo));
135 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(*hlo)] =
140 return profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(hlo)];

Completed in 73 milliseconds