Searched refs:total_cycles_executed (Results 1 – 4 of 4) sorted by relevance
121 uint64 total_cycles_executed(const HloComputation& computation) const { in total_cycles_executed() function128 uint64 total_cycles_executed) { in set_total_cycles_executed() argument130 total_cycles_executed; in set_total_cycles_executed()
466 auto cycles = profile_->total_cycles_executed(*computation_); in Header()1163 double total_cycles_executed = in GetInstructionNodeExtraInfo() local1164 profile_->total_cycles_executed(*instr->parent()); in GetInstructionNodeExtraInfo()1165 if (hlo_cycles_executed > 0 && total_cycles_executed > 0) { in GetInstructionNodeExtraInfo()1168 100 * hlo_cycles_executed / total_cycles_executed)); in GetInstructionNodeExtraInfo()
200 hlo_execution_profile->total_cycles_executed( in ExecuteComputeFunction()
179 hlo_execution_profile->total_cycles_executed( in ExecuteThunks()