Searched refs:conditional_op (Results 1 – 3 of 3) sorted by relevance
101 for (HloInstruction* conditional_op : conditional_ops) { in Run()102 TF_ASSIGN_OR_RETURN(bool result, TryRemoveConditional(conditional_op)); in Run()
103 void conditional_op(int x, int y, _Bool b, void* p) { in conditional_op() function
6 void conditional_op(int x, int y, bool b) { in conditional_op() function