OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCyclesTakenBy
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile_test.cc
65
execution_profile.
SetCyclesTakenBy
(add_instruction, add_cycles);
66
execution_profile.
SetCyclesTakenBy
(dot_instruction, dot_cycles);
hlo_execution_profile.cc
133
void HloExecutionProfile::
SetCyclesTakenBy
(const HloInstruction* hlo,
hlo_execution_profile.h
114
void
SetCyclesTakenBy
(const HloInstruction* hlo, uint64 cycles_taken);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.cc
104
profile_->
SetCyclesTakenBy
(
Completed in 114 milliseconds