Home
last modified time | relevance | path

Searched defs:instruction_to_profile_idx (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h78 instruction_to_profile_idx() const { in instruction_to_profile_idx() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc490 instruction_to_profile_idx, in CreateHloProfilingArtifacts()
618 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx; in RunBackend() local
843 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx; in CompileAheadOfTime() local
Dir_emitter.cc86 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx, in IrEmitter()