Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc285 const CallGraphNode& true_node = call_graph->GetNode(true_computation); in TEST_F() local
286 EXPECT_EQ(true_node.depth(), 1); in TEST_F()
287 EXPECT_TRUE(true_node.callees().empty()); in TEST_F()
288 EXPECT_EQ(1, true_node.callers().size()); in TEST_F()
289 EXPECT_EQ(entry_computation, true_node.callers()[0]); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2686 NodeDef* true_node = optimized_graph->add_node(); in SimplifySwitch() local
2687 true_node->Swap(&tmp_true_node); in SimplifySwitch()
2698 true_node->add_input(true_ctrl_dep); in SimplifySwitch()
2701 node_map_->AddNode(true_node->name(), true_node); in SimplifySwitch()
2703 node_map_->AddOutput(NodeName(true_ctrl_dep), true_node->name()); in SimplifySwitch()
2713 consumer->set_input(i, true_node->name()); in SimplifySwitch()
2715 true_node->name()); in SimplifySwitch()
/external/selinux/libsepol/cil/src/
Dcil_binary.c2198 struct cil_tree_node *true_node = NULL; in cil_booleanif_to_policydb() local
2251 true_node = cb_node; in cil_booleanif_to_policydb()
2259 tmp_node = true_node; in cil_booleanif_to_policydb()
2260 true_node = false_node; in cil_booleanif_to_policydb()
2268 if (true_node != NULL) { in cil_booleanif_to_policydb()
2270 rc = cil_tree_walk(true_node, __cil_cond_to_policydb_helper, NULL, NULL, &bool_args); in cil_booleanif_to_policydb()
2272 cil_tree_log(true_node, CIL_ERR, "Failure while walking true conditional block"); in cil_booleanif_to_policydb()
Dcil_resolve_ast.c3300 struct cil_tree_node *true_node = NULL; in cil_resolve_tunif() local
3318 true_node = current->cl_head; in cil_resolve_tunif()
3327 true_node = current->cl_head->next; in cil_resolve_tunif()
3334 if (true_node != NULL) { in cil_resolve_tunif()
3335 rc = cil_copy_ast(db, true_node, current->parent); in cil_resolve_tunif()