Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconditional_thunk.cc32 config.branch_index_is_bool = in GetConditionalThunkConfig()
59 if (config_.branch_index_is_bool) { in Initialize()
80 if (config_.branch_index_is_bool) { in ExecuteOnStream()
92 if (config_.branch_index_is_bool) { in ExecuteOnStream()
Dconditional_thunk.h34 bool branch_index_is_bool; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2184 const bool branch_index_is_bool = in ParseInstructionRhs() local
2186 if (branch_index_is_bool) { in ParseInstructionRhs()
2203 if (branch_index_is_bool) { in ParseInstructionRhs()