Searched refs:was_attr_mismatch (Results 1 – 1 of 1) sorted by relevance
1106 bool* was_attr_mismatch) { in FindKernelRegistration() argument1108 *was_attr_mismatch = false; in FindKernelRegistration()1129 *was_attr_mismatch = true; in FindKernelRegistration()1140 bool was_attr_mismatch; in KernelDefAvailable() local1142 FindKernelRegistration(device_type, node_def, ®, &was_attr_mismatch); in KernelDefAvailable()1150 bool was_attr_mismatch; in FindKernelDef() local1152 FindKernelRegistration(device_type, node_def, ®, &was_attr_mismatch)); in FindKernelDef()1158 if (was_attr_mismatch) { in FindKernelDef()1184 bool was_attr_mismatch; in SupportedDeviceTypesForNode() local1186 FindKernelRegistration(device_type, def, ®, &was_attr_mismatch)); in SupportedDeviceTypesForNode()[all …]