Home
last modified time | relevance | path

Searched refs:hlo_profile_printer_data (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc23 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data, in PrintHloProfile() argument
30 for (const auto& item : hlo_profile_printer_data.extra_metrics()) { in PrintHloProfile()
36 hlo_profile_printer_data.computation_infos()) { in PrintHloProfile()
51 hlo_profile_printer_data.entry_computation() == computation_info.name(), in PrintHloProfile()
Dexecutable.h65 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data, in Executable() argument
68 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)), in Executable()
148 const HloProfilePrinterData& hlo_profile_printer_data() const { in hlo_profile_printer_data() function
Dhlo_execution_profile.cc125 const HloProfilePrinterData* hlo_profile_printer_data, in HloExecutionProfile() argument
127 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()
Dhlo_profile_printer.h28 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
Dhlo_execution_profile.h110 HloExecutionProfile(const HloProfilePrinterData* hlo_profile_printer_data,
Dexecutable.cc79 ? absl::make_unique<HloExecutionProfile>(&hlo_profile_printer_data(), in ExecuteOnStreamWrapper()
DBUILD38 name = "hlo_profile_printer_data",
39 srcs = ["hlo_profile_printer_data.proto"],
3510 ":hlo_profile_printer_data",
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc135 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data) in CpuAotCompilationResult() argument
139 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()
494 std::unique_ptr<HloProfilePrinterData>* hlo_profile_printer_data) { in CreateHloProfilingArtifacts() argument
514 *hlo_profile_printer_data = CreateHloProfilePrinterData( in CreateHloProfilingArtifacts()
621 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; in RunBackend() local
625 &hlo_profile_index_map, &hlo_profile_printer_data)); in RunBackend()
717 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map))); in RunBackend()
846 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; in CompileAheadOfTime() local
851 &hlo_profile_index_map, &hlo_profile_printer_data)); in CompileAheadOfTime()
935 result_slice.index(), std::move(hlo_profile_printer_data))); in CompileAheadOfTime()
Dcpu_compiler.h86 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data);
89 HloProfilePrinterData* hlo_profile_printer_data() const { in hlo_profile_printer_data() function
Dcpu_executable.cc55 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data, in CpuExecutable() argument
57 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data), in CpuExecutable()
Dcpu_executable.h54 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h242 const xla::HloProfilePrinterData& hlo_profile_printer_data() const { in hlo_profile_printer_data() function
303 const xla::HloProfilePrinterData* hlo_profile_printer_data) { in set_static_data_hlo_profile_printer_data() argument
304 static_data->hlo_profile_printer_data_ = hlo_profile_printer_data; in set_static_data_hlo_profile_printer_data()
Dxla_jit_compiled_cpu_function.cc163 &jit->static_data_, &cpu_executable->hlo_profile_printer_data()); in Compile()
166 cpu_executable->hlo_profile_printer_data().profile_counters_size()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h59 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
Dgpu_executable.cc56 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data, in GpuExecutable() argument
58 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data), in GpuExecutable()
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc435 ? R"(#include "tensorflow/compiler/xla/service/hlo_profile_printer_data.pb.h")" in GenerateHeader()
716 compile_result.aot->hlo_profile_printer_data()}; in GenerateMetadata()
Dtfcompile.bzl269 "//tensorflow/compiler/xla/service:hlo_profile_printer_data",
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc167 &executable->hlo_profile_printer_data(), in ExecuteAndFetchProfile()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc617 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()