Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc51 const HloProfileIndexMap& hlo_profile_index_map, in CreateHloProfilePrinterData() argument
57 size_t profile_counters_size = hlo_profile_index_map.total_count(); in CreateHloProfilePrinterData()
63 hlo_profile_index_map.computation_count()); in CreateHloProfilePrinterData()
66 hlo_profile_index_map.computation_to_profile_idx(); in CreateHloProfilePrinterData()
110 hlo_profile_index_map.GetProfileIndexFor(*hlo)); in CreateHloProfilePrinterData()
115 for (const auto& pair : hlo_profile_index_map.extra_metric_to_profile_idx()) { in CreateHloProfilePrinterData()
127 const HloProfileIndexMap* hlo_profile_index_map) in HloExecutionProfile() argument
129 hlo_profile_index_map_(*hlo_profile_index_map), in HloExecutionProfile()
Dhlo_execution_profile.h99 const HloProfileIndexMap& hlo_profile_index_map,
109 const HloProfileIndexMap* hlo_profile_index_map);
Dexecutable.h242 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in Executable() argument
245 hlo_profile_index_map_(std::move(hlo_profile_index_map)) { in Executable()
340 const HloProfileIndexMap& hlo_profile_index_map() const { in hlo_profile_index_map() function
Dexecutable.cc209 &executable.hlo_profile_index_map()) in ExecuteWrapperBeforeExecution()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc543 std::unique_ptr<HloProfileIndexMap>* hlo_profile_index_map, in CreateHloProfilingArtifacts() argument
545 *hlo_profile_index_map = absl::make_unique<HloProfileIndexMap>(module); in CreateHloProfilingArtifacts()
552 (*hlo_profile_index_map)->instruction_to_profile_idx())); in CreateHloProfilingArtifacts()
565 **hlo_profile_index_map, cost_analysis, entry_computation.name()); in CreateHloProfilingArtifacts()
567 (*hlo_profile_index_map)->computation_to_profile_idx(); in CreateHloProfilingArtifacts()
699 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in RunBackend() local
704 &hlo_profile_index_map, &hlo_profile_printer_data)); in RunBackend()
792 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map))); in RunBackend()
935 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; in CompileAheadOfTime() local
941 &hlo_profile_index_map, &hlo_profile_printer_data)); in CompileAheadOfTime()
Dcpu_executable.h55 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
Dcpu_executable.cc60 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map) in CpuExecutable() argument
62 std::move(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
Dgpu_executable.cc60 std::move(params.hlo_profile_index_map)), in GpuExecutable()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc168 &executable->hlo_profile_index_map()); in ExecuteAndFetchProfile()