Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc55 HloProfileIndexMap profile_index_map(*hlo_module); in TEST_F() local
57 CreateHloProfilePrinterData(profile_index_map, cost_analysis, in TEST_F()
60 &profile_index_map); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc774 std::unique_ptr<HloProfileIndexMap> profile_index_map; in RunBackend() local
786 profile_index_map = absl::make_unique<HloProfileIndexMap>(*module); in RunBackend()
788 *profile_index_map, cost_analysis, entry_computation->name()); in RunBackend()
795 std::move(profile_printer), std::move(profile_index_map)); in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h203 const std::unordered_map<const T*, int64>& profile_index_map);
Dir_emitter.cc2700 const std::unordered_map<const T*, int64>& profile_index_map) { in GetProfileCounterCommon() argument
2701 auto it = profile_index_map.find(&hlo); in GetProfileCounterCommon()
2702 if (it == profile_index_map.end()) { in GetProfileCounterCommon()