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.cc28 absl::optional<size_t> body_profile_index) in ForThunk() argument
36 body_profile_index_(body_profile_index) {} in ForThunk()
Dwhile_thunk.cc32 absl::optional<size_t> body_profile_index) in WhileThunk() argument
44 body_profile_index_(body_profile_index) {} in WhileThunk()
Dwhile_thunk.h47 absl::optional<size_t> body_profile_index);
Dir_emitter_unnested.cc3855 absl::optional<size_t> condition_profile_index, body_profile_index; in BuildWhileThunk() local
3858 body_profile_index = index_map->GetProfileIndexFor(*body); in BuildWhileThunk()
3866 body_profile_index)); in BuildWhileThunk()
3883 absl::optional<size_t> body_profile_index; in BuildForThunk() local
3885 body_profile_index = index_map->GetProfileIndexFor(*body); in BuildForThunk()
3890 body_profile_index)); in BuildForThunk()