Home
last modified time | relevance | path

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

/external/cpuinfo/src/arm/linux/
Dinit.c92 const uint32_t cluster_a = processor_a->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.cc310 StatusOr<bool> AreDevicesCompatible(const Cluster& cluster_a,
1594 const Cluster& cluster_a, const Cluster& cluster_b) { in AreDevicesCompatible() argument
1595 DeviceSet devices = cluster_a.devices(); in AreDevicesCompatible()
1620 return resource_op_device_ok(cluster_a.resource_op_device()) && in AreDevicesCompatible()