Home
last modified time | relevance | path

Searched defs:profile_index_map (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_context.h44 const HloProfileIndexMap* profile_index_map, in IrEmitterContext()
68 const HloProfileIndexMap* profile_index_map() { return profile_index_map_; } in profile_index_map() function
Dgpu_compiler.cc554 int pointer_size, const HloProfileIndexMap* profile_index_map, in CompileModuleToLlvmIrImpl()
880 std::unique_ptr<HloProfileIndexMap> profile_index_map; in RunBackend() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc54 HloProfileIndexMap profile_index_map(*hlo_module); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2810 const std::unordered_map<const T*, int64>& profile_index_map) { in GetProfileCounterCommon()