Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h121 uint64 total_cycles_executed(const HloComputation& computation) const { in total_cycles_executed() function
128 uint64 total_cycles_executed) { in set_total_cycles_executed() argument
130 total_cycles_executed; in set_total_cycles_executed()
Dhlo_graph_dumper.cc466 auto cycles = profile_->total_cycles_executed(*computation_); in Header()
1163 double total_cycles_executed = in GetInstructionNodeExtraInfo() local
1164 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()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc200 hlo_execution_profile->total_cycles_executed( in ExecuteComputeFunction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc179 hlo_execution_profile->total_cycles_executed( in ExecuteThunks()