Home
last modified time | relevance | path

Searched refs:cluster_b (Results 1 – 2 of 2) sorted by relevance

/external/cpuinfo/src/arm/linux/
Dinit.c93 const uint32_t cluster_b = processor_b->package_leader_id; in cmp_arm_linux_processor() local
94 if (cluster_a != cluster_b) { in cmp_arm_linux_processor()
95 return cluster_a > cluster_b ? -1 : 1; in cmp_arm_linux_processor()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc311 const Cluster& cluster_b);
1594 const Cluster& cluster_a, const Cluster& cluster_b) { in AreDevicesCompatible() argument
1596 devices.UnionWith(cluster_b.devices()); in AreDevicesCompatible()
1621 resource_op_device_ok(cluster_b.resource_op_device()); in AreDevicesCompatible()