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.h50 return FindOrDie(instruction_to_profile_idx(), &instruction); in GetProfileIndexFor()
62 return instruction_to_profile_idx().size(); in instruction_count()
78 instruction_to_profile_idx() const { in instruction_to_profile_idx() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc540 instruction_to_profile_idx, in CreateHloProfilingArtifacts() argument
549 *instruction_to_profile_idx, in CreateHloProfilingArtifacts()
552 (*hlo_profile_index_map)->instruction_to_profile_idx())); in CreateHloProfilingArtifacts()
697 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx; in RunBackend() local
703 *module, &instruction_to_profile_idx, &computation_to_profile_idx, in RunBackend()
738 std::move(instruction_to_profile_idx), in RunBackend()
933 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx; in CompileAheadOfTime() local
940 *module, &instruction_to_profile_idx, &computation_to_profile_idx, in CompileAheadOfTime()
946 std::move(instruction_to_profile_idx), in CompileAheadOfTime()
Dir_emitter.h87 instruction_to_profile_idx,
Dir_emitter.cc94 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx, in IrEmitter() argument
103 instruction_to_profile_idx_(std::move(instruction_to_profile_idx)), in IrEmitter()