Searched refs:instruction_to_profile_idx_ (Results 1 – 4 of 4) sorted by relevance
79 return instruction_to_profile_idx_; in instruction_to_profile_idx()92 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx_;
41 InsertOrDie(&instruction_to_profile_idx_, instruction, in HloProfileIndexMap()
470 instruction_to_profile_idx_; variable
103 instruction_to_profile_idx_(std::move(instruction_to_profile_idx)), in IrEmitter()2825 instruction_to_profile_idx_); in GetProfileCounterFor()2962 if (instruction_to_profile_idx_.count(hlo) || in Preprocess()2976 if (instruction_to_profile_idx_.count(hlo) || in Postprocess()