Searched refs:profile_counters (Results 1 – 5 of 5) sorted by relevance
156 hlo_execution_profile ? hlo_execution_profile->profile_counters().size() in ExecuteComputeFunction()158 int64* profile_counters = in ExecuteComputeFunction() local185 VLOG(3) << absl::StrFormat(" profile_counters = %p", profile_counters); in ExecuteComputeFunction()189 profile_counters); in ExecuteComputeFunction()
55 int64* profile_counters);204 const int64* profile_counters() const { return profile_counters_; } in profile_counters() function
150 const std::vector<int64>& profile_counters() const { in profile_counters() function
23 const void** args, void** temps, tensorflow::int64* profile_counters);
617 xla::PrintHloProfile(fn.hlo_profile_printer_data(), fn.profile_counters(), in TEST()