Home
last modified time | relevance | path

Searched refs:profile_counters (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc172 hlo_execution_profile ? hlo_execution_profile->profile_counters().size() in ExecuteComputeFunction()
174 int64* profile_counters = in ExecuteComputeFunction() local
202 VLOG(3) << absl::StrFormat(" profile_counters = %p", profile_counters); in ExecuteComputeFunction()
206 profile_counters); in ExecuteComputeFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h55 int64* profile_counters);
215 const int64* profile_counters() const { return profile_counters_; } in profile_counters() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_data.proto26 repeated int64 profile_counters = 2; field
Dhlo_execution_profile.h155 const std::vector<int64>& profile_counters() const { in profile_counters() function
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test_h.golden23 const void** args, void** temps, tensorflow::int64* profile_counters);
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc683 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()