Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc144 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile
145 return GetCyclesTakenBy(hlo_profile_index_map_.GetProfileIndexFor(hlo)); in GetCyclesTakenBy()
148 uint64 HloExecutionProfile::GetCyclesTakenBy(size_t index) const { in GetCyclesTakenBy() function in xla::HloExecutionProfile
Dhlo_execution_profile.h119 uint64 GetCyclesTakenBy(const HloInstruction& hlo) const;
123 uint64 GetCyclesTakenBy(size_t index) const;
Dhlo_graph_dumper.cc1200 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc248 profile->set_compute_cycle_count(hlo_execution_profile->GetCyclesTakenBy( in ExecuteThunks()