Home
last modified time | relevance | path

Searched refs:body_profile_index_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfor_thunk.h36 absl::optional<size_t> body_profile_index_);
47 const absl::optional<size_t> body_profile_index_; variable
Dfor_thunk.cc36 body_profile_index_(body_profile_index) {} in ForThunk()
52 params.profiler->FinishHloComputation(body_profile_index_); in ExecuteOnStream()
Dwhile_thunk.cc44 body_profile_index_(body_profile_index) {} in WhileThunk()
92 profiler.FinishHloComputation(body_profile_index_); in ExecuteOnStream()
Dwhile_thunk.h60 const absl::optional<size_t> body_profile_index_; variable