Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc156 hlo_execution_profile ? hlo_execution_profile->profile_counters().size() in ExecuteComputeFunction()
158 int64* profile_counters = in ExecuteComputeFunction() local
185 VLOG(3) << absl::StrFormat(" profile_counters = %p", profile_counters); in ExecuteComputeFunction()
189 profile_counters); in ExecuteComputeFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h55 int64* profile_counters);
204 const int64* profile_counters() const { return profile_counters_; } in profile_counters() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h150 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.cc617 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()