Searched refs:cluster_node (Results 1 – 4 of 4) sorted by relevance
/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 66 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local 131 fdt_for_each_subnode(cluster_node, hw_config_dtb, node) { in fconf_populate_topology() 135 fdt_for_each_subnode(core_node, hw_config_dtb, cluster_node) { in fconf_populate_topology()
|
/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 75 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local 140 fdt_for_each_subnode(cluster_node, hw_config_dtb, node) { in fconf_populate_topology() 144 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 | 79 for (const NodeDef* cluster_node : cluster->GetNodes()) { in FindCluster() local 80 (*is_node_in_cluster)[cluster_node->name()] = true; in FindCluster()
|
/external/crosvm/aarch64/src/ |
D | fdt.rs | 191 let cluster_node = cpu_map_node.subnode_mut(&format!("cluster{}", cluster_idx))?; in create_cpu_nodes() localVariable 193 let core_node = cluster_node.subnode_mut(&format!("core{}", core_idx))?; in create_cpu_nodes()
|