Home
last modified time | relevance | path

Searched refs:true_label (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/quality/
DCompletionModelCodegen.py104 true_label = "t%d_n%d" % (tree_num, true_node_num)
109 code.append(node(t, label=label, next_label=true_label))
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ComputeAccidentalHits.pbtxt24 A vector of IDs of positions in sampled_candidates that match a true_label
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h229 SpvId true_label, SpvId false_label);
Dspirv_builder.c591 SpvId true_label, SpvId false_label) in spirv_builder_emit_branch_conditional() argument
596 spirv_buffer_emit_word(&b->instructions, true_label); in spirv_builder_emit_branch_conditional()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp645 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_cfg.cpp645 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp645 const auto true_label = terminator->GetOperandAs<uint32_t>(1); in ValidateStructuredSelections() local
651 seen.insert(true_label).second && seen.insert(false_label).second; in ValidateStructuredSelections()