HomeSort by relevance Sort by last modified time
    Searched full:hlo_profile_printer_data (Results 1 - 19 of 19) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer.h 23 #include "tensorflow/compiler/xla/service/hlo_profile_printer_data.pb.h"
27 // Pretty-print an array of profile counters using hlo_profile_printer_data.
28 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
hlo_profile_printer.cc 21 string PrintHloProfile(const HloProfilePrinterData& hlo_profile_printer_data,
29 hlo_profile_printer_data.computation_infos()) {
hlo_execution_profile.cc 109 const HloProfilePrinterData* hlo_profile_printer_data,
111 : hlo_profile_printer_data_(*hlo_profile_printer_data),
executable.h 49 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
52 hlo_profile_printer_data_(std::move(hlo_profile_printer_data)),
120 const HloProfilePrinterData& hlo_profile_printer_data() const { function in class:xla::Executable
executable.cc 76 ? MakeUnique<HloExecutionProfile>(&hlo_profile_printer_data(),
hlo_execution_profile.h 93 HloExecutionProfile(const HloProfilePrinterData* hlo_profile_printer_data,
BUILD 33 name = "hlo_profile_printer_data",
34 srcs = ["hlo_profile_printer_data.proto"],
    [all...]
service.cc 583 HloExecutionProfile hlo_profile(&executable->hlo_profile_printer_data(),
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.cc 185 jit->static_data_.hlo_profile_printer_data =
186 &cpu_executable->hlo_profile_printer_data();
188 cpu_executable->hlo_profile_printer_data().profile_counters_size();
xla_compiled_cpu_function.h 81 const xla::HloProfilePrinterData* hlo_profile_printer_data = nullptr; member in struct:tensorflow::XlaCompiledCpuFunction::StaticData
86 // hlo_profile_printer_data but xla::HloProfilePrinterData is forward
213 const xla::HloProfilePrinterData& hlo_profile_printer_data() const { function in class:tensorflow::XlaCompiledCpuFunction
xla_compiled_cpu_function.cc 32 hlo_profile_printer_data_(static_data.hlo_profile_printer_data) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 119 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
121 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data),
gpu_executable.h 57 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 54 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
parallel_cpu_executable.h 58 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
cpu_executable.cc 58 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
60 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data),
cpu_compiler.cc 490 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data; local
510 hlo_profile_printer_data =
624 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
703 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
    [all...]
parallel_cpu_executable.cc 64 std::unique_ptr<HloProfilePrinterData> hlo_profile_printer_data,
66 : Executable(std::move(hlo_module), std::move(hlo_profile_printer_data),
  /external/tensorflow/tensorflow/compiler/xla/tests/
xla_hlo_profile_test.cc 151 &executable->hlo_profile_printer_data(),

Completed in 357 milliseconds