Home
last modified time | relevance | path

Searched refs:conditional_op (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc294 bool ReplaceRootWithEmptyTupleIfNoUsers(HloInstruction* conditional_op) { in ReplaceRootWithEmptyTupleIfNoUsers() argument
296 if (conditional_op->user_count() == 0 && in ReplaceRootWithEmptyTupleIfNoUsers()
297 conditional_op != conditional_op->parent()->root_instruction() && in ReplaceRootWithEmptyTupleIfNoUsers()
298 !ShapeUtil::Compatible(empty_tuple, conditional_op->shape())) { in ReplaceRootWithEmptyTupleIfNoUsers()
299 for (int64 branch_id = 0; branch_id < conditional_op->branch_count(); in ReplaceRootWithEmptyTupleIfNoUsers()
302 conditional_op->GetModule()->AddEmbeddedComputation( in ReplaceRootWithEmptyTupleIfNoUsers()
303 conditional_op->branch_computation(branch_id)->Clone()); in ReplaceRootWithEmptyTupleIfNoUsers()
304 conditional_op->set_branch_computation(branch_id, branch_computation); in ReplaceRootWithEmptyTupleIfNoUsers()
310 *conditional_op->mutable_shape() = empty_tuple; in ReplaceRootWithEmptyTupleIfNoUsers()
339 bool RemoveUnusedTupleElements(HloInstruction* conditional_op) { in RemoveUnusedTupleElements() argument
[all …]
/external/llvm-project/clang/test/Sema/
Dparentheses.c52 void conditional_op(int x, int y, _Bool b, void* p) { in conditional_op() function
Dparentheses.cpp6 void conditional_op(int x, int y, bool b) { in conditional_op() function
/external/clang/test/Sema/
Dparentheses.c103 void conditional_op(int x, int y, _Bool b, void* p) { in conditional_op() function
Dparentheses.cpp6 void conditional_op(int x, int y, bool b) { in conditional_op() function