Searched refs:profile_counters (Results 1 – 6 of 6) sorted by relevance
172 hlo_execution_profile ? hlo_execution_profile->profile_counters().size() in ExecuteComputeFunction()174 int64* profile_counters = in ExecuteComputeFunction() local202 VLOG(3) << absl::StrFormat(" profile_counters = %p", profile_counters); in ExecuteComputeFunction()206 profile_counters); in ExecuteComputeFunction()
55 int64* profile_counters);215 const int64* profile_counters() const { return profile_counters_; } in profile_counters() function
26 repeated int64 profile_counters = 2; field
155 const std::vector<int64>& profile_counters() const { in profile_counters() function
23 const void** args, void** temps, tensorflow::int64* profile_counters);
683 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()