Home
last modified time | relevance | path

Searched refs:FinishHloComputation (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h54 void FinishHloComputation(const HloComputation* computation);
59 void FinishHloComputation(absl::optional<size_t> profile_index);
Dwhile_thunk.cc68 profiler.FinishHloComputation(condition_profile_index_); in ExecuteOnStream()
92 profiler.FinishHloComputation(body_profile_index_); in ExecuteOnStream()
Dhlo_execution_profiler.cc83 void HloExecutionProfiler::FinishHloComputation( in FinishHloComputation() function in xla::gpu::HloExecutionProfiler
92 void HloExecutionProfiler::FinishHloComputation( in FinishHloComputation() function in xla::gpu::HloExecutionProfiler
Dfor_thunk.cc52 params.profiler->FinishHloComputation(body_profile_index_); in ExecuteOnStream()
Dconditional_thunk.cc105 profiler.FinishHloComputation(config_.branch_profile_indices[branch_index]); in ExecuteOnStream()