Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1362 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo() local
1365 if (hlo_cycles_executed > 0 && total_cycles_executed > 0) { in GetInstructionNodeExtraInfo()
1368 100 * hlo_cycles_executed / total_cycles_executed)); in GetInstructionNodeExtraInfo()