Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h118 uint64 GetCyclesTakenBy(const HloInstruction& hlo) const;
Dhlo_execution_profile.cc139 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile
Dhlo_graph_dumper.cc1162 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo()