Searched refs:ScopedInstructionProfiler (Results 1 – 3 of 3) sorted by relevance
32 class ScopedInstructionProfiler; variable74 std::unique_ptr<ScopedInstructionProfiler> MakeScopedInstructionProfiler(94 class ScopedInstructionProfiler {96 ScopedInstructionProfiler(HloExecutionProfiler* profiler, in ScopedInstructionProfiler() function103 ~ScopedInstructionProfiler() { in ~ScopedInstructionProfiler()
115 std::unique_ptr<ScopedInstructionProfiler>124 return absl::make_unique<ScopedInstructionProfiler>(this, index); in MakeScopedInstructionProfiler()
247 std::unique_ptr<ScopedInstructionProfiler> op_profiler = in RunGemm()