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.cc40 InsertOrDie(&instruction_to_profile_idx_, instruction, in HloProfileIndexMap()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h210 instruction_to_profile_idx_); in GetProfileCounterFor()
456 instruction_to_profile_idx_; variable
Dir_emitter.cc94 instruction_to_profile_idx_(std::move(instruction_to_profile_idx)), in IrEmitter()
2780 if (instruction_to_profile_idx_.count(hlo)) { in Preprocess()