Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_thunk.cc43 condition_profile_index_(condition_profile_index), in WhileThunk()
68 profiler.FinishHloComputation(condition_profile_index_); in ExecuteOnStream()
Dwhile_thunk.h59 const absl::optional<size_t> condition_profile_index_; variable