Home
last modified time | relevance | path

Searched defs:hlo_profile_index_map (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc51 const HloProfileIndexMap& hlo_profile_index_map, in CreateHloProfilePrinterData()
127 const HloProfileIndexMap* hlo_profile_index_map) in HloExecutionProfile()
Dexecutable.h242 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in Executable()
340 const HloProfileIndexMap& hlo_profile_index_map() const { in hlo_profile_index_map() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc543 std::unique_ptr<HloProfileIndexMap>* hlo_profile_index_map, in CreateHloProfilingArtifacts()
699 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in RunBackend() local
935 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in CompileAheadOfTime() local
Dcpu_executable.cc60 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in CpuExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h84 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map = nullptr; member