Searched refs:cluster_node (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 63 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local 128 fdt_for_each_subnode(cluster_node, hw_config_dtb, node) { in fconf_populate_topology() 132 fdt_for_each_subnode(core_node, hw_config_dtb, cluster_node) { in fconf_populate_topology()
|
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/ |
D | resolve_cluster.cc | 78 for (const NodeDef* cluster_node : cluster->GetNodes()) { in FindCluster() local 79 (*is_node_in_cluster)[cluster_node->name()] = true; in FindCluster()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scheduler.c | 6653 struct isl_sched_node *scc_node, *cluster_node; in extract_node_transformation() local 6667 cluster_node = graph_find_node(ctx, merge_graph, space); in extract_node_transformation() 6668 if (cluster_node && !is_node(merge_graph, cluster_node)) in extract_node_transformation() 6675 ma2 = node_extract_partial_schedule_multi_aff(cluster_node, 0, n); in extract_node_transformation()
|