Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h32 class ScopedInstructionProfiler; variable
74 std::unique_ptr<ScopedInstructionProfiler> MakeScopedInstructionProfiler(
94 class ScopedInstructionProfiler {
96 ScopedInstructionProfiler(HloExecutionProfiler* profiler, in ScopedInstructionProfiler() function
103 ~ScopedInstructionProfiler() { in ~ScopedInstructionProfiler()
Dhlo_execution_profiler.cc115 std::unique_ptr<ScopedInstructionProfiler>
124 return absl::make_unique<ScopedInstructionProfiler>(this, index); in MakeScopedInstructionProfiler()
Dgemm_thunk.cc247 std::unique_ptr<ScopedInstructionProfiler> op_profiler = in RunGemm()