Home
last modified time | relevance | path

Searched defs:cluster_node (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c66 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_cluster.cc79 for (const NodeDef* cluster_node : cluster->GetNodes()) { in FindCluster() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c75 int err, node, cluster_node, core_node, thread_node; in fconf_populate_topology() local
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs190 let cluster_node = cpu_map_node.subnode_mut(&format!("cluster{}", cluster_idx))?; in create_cpu_nodes() localVariable
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dfdt.rs413 let cluster_node = fdt.node_mut(&path)?.unwrap(); in patch_cpus() localVariable