Searched refs:do_profile (Results 1 – 3 of 3) sorted by relevance
83 bool do_profile = hlo_execution_profile != nullptr; in ExecuteThunks() local84 if (do_profile) { in ExecuteThunks()97 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks()177 if (do_profile) { in ExecuteThunks()
55 bool do_profile, HloExecutionProfile* profile, se::Stream* stream, in HloExecutionProfiler() argument58 : do_profile_(do_profile), in HloExecutionProfiler()
41 explicit HloExecutionProfiler(bool do_profile, HloExecutionProfile* profile,