Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h33 class ScopedInstructionProfiler; variable
67 std::unique_ptr<ScopedInstructionProfiler> MakeScopedInstructionProfiler(
87 class ScopedInstructionProfiler {
89 ScopedInstructionProfiler(HloExecutionProfiler* profiler, in ScopedInstructionProfiler() function
96 ~ScopedInstructionProfiler() { in ~ScopedInstructionProfiler()
Dhlo_execution_profiler.cc110 std::unique_ptr<ScopedInstructionProfiler>
119 return absl::make_unique<ScopedInstructionProfiler>(this, hlo_instruction); in MakeScopedInstructionProfiler()