Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h62 void FinishHloInstruction(const HloInstruction* hlo_instruction);
98 profiler_->FinishHloInstruction(hlo_instruction_); in ~ScopedInstructionProfiler()
Dhlo_execution_profiler.cc100 void HloExecutionProfiler::FinishHloInstruction( in FinishHloInstruction() function in xla::gpu::HloExecutionProfiler