Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc83 bool do_profile = hlo_execution_profile != nullptr; in ExecuteThunks() local
84 if (do_profile) { in ExecuteThunks()
97 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks()
177 if (do_profile) { in ExecuteThunks()
Dhlo_execution_profiler.cc55 bool do_profile, HloExecutionProfile* profile, se::Stream* stream, in HloExecutionProfiler() argument
58 : do_profile_(do_profile), in HloExecutionProfiler()
Dhlo_execution_profiler.h41 explicit HloExecutionProfiler(bool do_profile, HloExecutionProfile* profile,