Searched refs:true_label (Results 1 – 7 of 7) sorted by relevance
104 true_label = "t%d_n%d" % (tree_num, true_node_num)109 code.append(node(t, label=label, next_label=true_label))
24 A vector of IDs of positions in sampled_candidates that match a true_label
229 SpvId true_label, SpvId false_label);
591 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional() argument596 spirv_buffer_emit_word(&b->instructions, true_label); in spirv_builder_emit_branch_conditional()
645 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()