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()
Dhlo_execution_profile.cc126 const HloProfilePrinterData* hlo_profile_printer_data, in HloExecutionProfile() argument
128 : hlo_profile_printer_data_(*hlo_profile_printer_data), in HloExecutionProfile()
Dhlo_profile_printer.h28 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
Dexecutable.h241 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data, in Executable() argument
244 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)), in Executable()
335 const HloProfilePrinterData& hlo_profile_printer_data() const { in hlo_profile_printer_data() function
Dhlo_execution_profile_data.proto20 import "tensorflow/compiler/xla/service/hlo_profile_printer_data.proto";
Dhlo_execution_profile.h108 HloExecutionProfile(const HloProfilePrinterData* hlo_profile_printer_data,
Dexecutable.cc208 &executable.hlo_profile_printer_data(), in ExecuteWrapperBeforeExecution()
DBUILD51 name = "hlo_profile_printer_data",
52 srcs = ["hlo_profile_printer_data.proto"],
60 protodeps = [":hlo_profile_printer_data"],
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h262 const xla::HloProfilePrinterData& hlo_profile_printer_data() const { in hlo_profile_printer_data() function
333 const xla::HloProfilePrinterData* hlo_profile_printer_data) { in set_static_data_hlo_profile_printer_data() argument
334 static_data->hlo_profile_printer_data_ = hlo_profile_printer_data; in set_static_data_hlo_profile_printer_data()
Dxla_jit_compiled_cpu_function.cc186 &jit->static_data_, &cpu_executable->hlo_profile_printer_data()); in Compile()
189 cpu_executable->hlo_profile_printer_data().profile_counters_size()); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc173 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data) in CpuAotCompilationResult() argument
177 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)) {} in CpuAotCompilationResult()
544 std::unique_ptr<HloProfilePrinterData>* hlo_profile_printer_data) { in CreateHloProfilingArtifacts() argument
564 *hlo_profile_printer_data = CreateHloProfilePrinterData( in CreateHloProfilingArtifacts()
700 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; 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()
936 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; in CompileAheadOfTime() local
941 &hlo_profile_index_map, &hlo_profile_printer_data)); in CompileAheadOfTime()
1021 result_slice.index(), std::move(hlo_profile_printer_data))); in CompileAheadOfTime()
Dcpu_compiler.h87 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data);
90 HloProfilePrinterData* hlo_profile_printer_data() const { in hlo_profile_printer_data() function
Dcpu_executable.h54 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
Dcpu_executable.cc59 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data, in CpuExecutable() argument
61 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data), in CpuExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h83 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data = nullptr; member
Dgpu_executable.cc59 std::move(params.hlo_profile_printer_data), in GpuExecutable()
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc467 ? R"(#include "tensorflow/compiler/xla/service/hlo_profile_printer_data.pb.h")" in GenerateHeader()
769 compile_result.aot->hlo_profile_printer_data()}; in GenerateMetadata()
/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.cc683 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()