Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1106 bool* was_attr_mismatch) { in FindKernelRegistration() argument
1108 *was_attr_mismatch = false; in FindKernelRegistration()
1129 *was_attr_mismatch = true; in FindKernelRegistration()
1140 bool was_attr_mismatch; in KernelDefAvailable() local
1142 FindKernelRegistration(device_type, node_def, &reg, &was_attr_mismatch); in KernelDefAvailable()
1150 bool was_attr_mismatch; in FindKernelDef() local
1152 FindKernelRegistration(device_type, node_def, &reg, &was_attr_mismatch)); in FindKernelDef()
1158 if (was_attr_mismatch) { in FindKernelDef()
1184 bool was_attr_mismatch; in SupportedDeviceTypesForNode() local
1186 FindKernelRegistration(device_type, def, &reg, &was_attr_mismatch)); in SupportedDeviceTypesForNode()
[all …]