Home
last modified time | relevance | path

Searched refs:branch_profile_indices (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconditional_thunk.cc30 std::vector<absl::optional<size_t>> branch_profile_indices) { in GetConditionalThunkConfig() argument
43 config.branch_profile_indices = std::move(branch_profile_indices); in GetConditionalThunkConfig()
105 profiler.FinishHloComputation(config_.branch_profile_indices[branch_index]); in ExecuteOnStream()
Dconditional_thunk.h37 std::vector<absl::optional<size_t>> branch_profile_indices; member
43 std::vector<absl::optional<size_t>> branch_profile_indices);
Dir_emitter_unnested.cc3902 std::vector<absl::optional<size_t>> branch_profile_indices; in BuildConditionalThunk() local
3906 branch_profile_indices.reserve(branch_count); in BuildConditionalThunk()
3924 branch_profile_indices.push_back(profile_index); in BuildConditionalThunk()
3928 hlo, std::move(branch_thunks), std::move(branch_profile_indices)); in BuildConditionalThunk()