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.cc1310 bool* was_attr_mismatch) { in FindKernelRegistration() argument
1312 *was_attr_mismatch = false; in FindKernelRegistration()
1342 *was_attr_mismatch = true; in FindKernelRegistration()
1368 *was_attr_mismatch = true; in FindKernelRegistration()
1387 bool* was_attr_mismatch) { in FindKernelRegistration() argument
1391 AttrSlice(&node_def.attr()), reg, was_attr_mismatch); in FindKernelRegistration()
1399 bool was_attr_mismatch; in KernelDefAvailable() local
1401 FindKernelRegistration(device_type, node_def, &reg, &was_attr_mismatch); in KernelDefAvailable()
1413 bool was_attr_mismatch; in FindKernelDef() local
1416 experimental_debug_info, node_op, node_attrs, &reg, &was_attr_mismatch)); in FindKernelDef()
[all …]