Searched refs:total_cycles_executed (Results 1 – 3 of 3) sorted by relevance
126 uint64 total_cycles_executed(const HloComputation& computation) const { in total_cycles_executed() function133 uint64 total_cycles_executed) { in set_total_cycles_executed() argument135 total_cycles_executed; in set_total_cycles_executed()
472 auto cycles = profile_->total_cycles_executed(*computation_); in Header()1201 double total_cycles_executed = in GetInstructionNodeExtraInfo() local1202 profile_->total_cycles_executed(*instr->parent()); in GetInstructionNodeExtraInfo()1203 if (hlo_cycles_executed > 0 && total_cycles_executed > 0) { in GetInstructionNodeExtraInfo()1206 100 * hlo_cycles_executed / total_cycles_executed)); in GetInstructionNodeExtraInfo()
217 hlo_execution_profile->total_cycles_executed( in ExecuteComputeFunction()