Searched refs:do_profile (Results 1 – 3 of 3) sorted by relevance
54 bool do_profile, HloExecutionProfile* profile, se::Stream* stream, in HloExecutionProfiler() argument56 : do_profile_(do_profile), in HloExecutionProfiler()
141 bool do_profile = hlo_execution_profile != nullptr; in ExecuteThunks() local142 if (do_profile) { in ExecuteThunks()158 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks()226 if (do_profile || block_host_until_done) { in ExecuteThunks()247 if (do_profile) { in ExecuteThunks()
40 explicit HloExecutionProfiler(bool do_profile, HloExecutionProfile* profile,