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

  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 69 hlo_profile_index_map_(std::move(hlo_profile_index_map)) {
71 hlo_profile_index_map_.get() == nullptr);
155 return *hlo_profile_index_map_;
207 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map_; member in class:xla::Executable
hlo_execution_profile.cc 128 hlo_profile_index_map_(*hlo_profile_index_map),
130 /*count=*/hlo_profile_index_map_.total_count(),
135 profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(*hlo)] =
140 return profile_counters_[hlo_profile_index_map_.GetProfileIndexFor(hlo)];
hlo_execution_profile.h 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)] =
156 const HloProfileIndexMap& hlo_profile_index_map_; member in class:xla::HloExecutionProfile

Completed in 52 milliseconds