Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/mlgo/
DHeuristicTree.h87 : id{ id }, condition{ cond }, true_node{ t_node }, false_node{ f_node } in BranchNode()
96 NodeID true_node; member
156 bool add_branch(NodeID id, Condition cond, NodeID true_node, NodeID false_node);
DHeuristicTree.cpp122 cur_node = _tree.at(br_node->true_node).get(); in query()
208 to_visit.push_back(br_node->true_node); in check_if_structurally_correct()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc290 const CallGraphNode& true_node = call_graph->GetNode(true_computation); in TEST_F() local
291 EXPECT_EQ(true_node.depth(), 1); in TEST_F()
292 EXPECT_TRUE(true_node.callees().empty()); in TEST_F()
293 EXPECT_EQ(1, true_node.callers().size()); in TEST_F()
294 EXPECT_EQ(entry_computation, true_node.callers()[0]); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2736 NodeDef* true_node = optimized_graph->add_node(); in SimplifySwitch() local
2737 true_node->Swap(&tmp_true_node); in SimplifySwitch()
2748 true_node->add_input(true_ctrl_dep); in SimplifySwitch()
2751 node_map_->AddNode(true_node->name(), true_node); in SimplifySwitch()
2753 node_map_->AddOutput(NodeName(true_ctrl_dep), true_node->name()); in SimplifySwitch()
2763 consumer->set_input(i, true_node->name()); in SimplifySwitch()
2765 true_node->name()); in SimplifySwitch()
/external/pytorch/torch/_dynamo/variables/
Dhigher_order_ops.py728 true_node = make_attr(tx, true_name)
733 true_node,
/external/selinux/libsepol/cil/src/
Dcil_binary.c2420 struct cil_tree_node *true_node = NULL; in cil_booleanif_to_policydb() local
2478 true_node = cb_node; in cil_booleanif_to_policydb()
2486 tmp_node = true_node; in cil_booleanif_to_policydb()
2487 true_node = false_node; in cil_booleanif_to_policydb()
2495 if (true_node != NULL) { in cil_booleanif_to_policydb()
2497 rc = cil_tree_walk(true_node, __cil_cond_to_policydb_helper, NULL, NULL, &bool_args); in cil_booleanif_to_policydb()
2499 cil_tree_log(true_node, CIL_ERR, "Failure while walking true conditional block"); in cil_booleanif_to_policydb()
Dcil_resolve_ast.c3313 struct cil_tree_node *true_node = NULL; in cil_resolve_tunif() local
3327 true_node = current->cl_head; in cil_resolve_tunif()
3336 true_node = current->cl_head->next; in cil_resolve_tunif()
3343 if (true_node != NULL) { in cil_resolve_tunif()
3344 rc = cil_copy_ast(db, true_node, current->parent); in cil_resolve_tunif()