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.h67 void FinishHloInstruction(size_t profile_index);
105 profiler_->FinishHloInstruction(*index_); in ~ScopedInstructionProfiler()
Dhlo_execution_profiler.cc107 void HloExecutionProfiler::FinishHloInstruction(size_t index) { in FinishHloInstruction() function in xla::gpu::HloExecutionProfiler