Home
last modified time | relevance | path

Searched refs:HloProfileIndexMap (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h35 class HloProfileIndexMap {
38 explicit HloProfileIndexMap(const HloModule& module) in HloProfileIndexMap() function
39 : HloProfileIndexMap(module, {}) {} in HloProfileIndexMap()
40 explicit HloProfileIndexMap(const HloModule& module,
43 HloProfileIndexMap(const HloProfileIndexMap&) = default;
44 HloProfileIndexMap(HloProfileIndexMap&&) = default;
46 HloProfileIndexMap& operator=(const HloProfileIndexMap&) = default;
47 HloProfileIndexMap& operator=(HloProfileIndexMap&&) = default;
99 const HloProfileIndexMap& hlo_profile_index_map,
111 const HloProfileIndexMap* hlo_profile_index_map);
[all …]
Dhlo_execution_profile.cc31 HloProfileIndexMap::HloProfileIndexMap(const HloModule& module, in HloProfileIndexMap() function in xla::HloProfileIndexMap
50 const HloProfileIndexMap& hlo_profile_index_map, in CreateHloProfilePrinterData()
126 const HloProfileIndexMap* hlo_profile_index_map) in HloExecutionProfile()
Dexecutable.h66 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in Executable()
153 const HloProfileIndexMap& hlo_profile_index_map() const { in hlo_profile_index_map()
207 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map_;
Dhlo_execution_profile_test.cc55 HloProfileIndexMap profile_index_map(*hlo_module); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h60 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
Dnvptx_compiler.cc774 std::unique_ptr<HloProfileIndexMap> profile_index_map; in RunBackend()
786 profile_index_map = absl::make_unique<HloProfileIndexMap>(*module); in RunBackend()
Dgpu_executable.cc57 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in GpuExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.h55 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
Dcpu_compiler.cc493 std::unique_ptr<HloProfileIndexMap>* hlo_profile_index_map, in CreateHloProfilingArtifacts()
495 *hlo_profile_index_map = absl::make_unique<HloProfileIndexMap>(module); in CreateHloProfilingArtifacts()
620 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in RunBackend()
845 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in CompileAheadOfTime()
Dcpu_executable.cc56 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in CpuExecutable()