Home
last modified time | relevance | path

Searched refs:instruction_to_profile_idx_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h79 return instruction_to_profile_idx_; in instruction_to_profile_idx()
92 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx_;
Dhlo_execution_profile.cc41 InsertOrDie(&instruction_to_profile_idx_, instruction, in HloProfileIndexMap()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h470 instruction_to_profile_idx_; variable
Dir_emitter.cc103 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()