Searched defs:hlo_to_profile_idx (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc179 std::unordered_map<const HloInstruction*, int64> hlo_to_profile_idx; local
181 &hlo_to_profile_idx, assigned_indices);
184 return hlo_to_profile_idx;
189 std::unordered_map<const HloInstruction*, int64>* hlo_to_profile_idx,
191 : hlo_to_profile_idx_(hlo_to_profile_idx),
188 CollectProfileCandidates( std::unordered_map<const HloInstruction*, int64>* hlo_to_profile_idx, const std::unordered_map<const HloInstruction*, int64>& assigned_indices) argument

Completed in 130 milliseconds