Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1370 Status FindKernelRegistration( in FindKernelRegistration() function
1449 Status FindKernelRegistration(const DeviceType& device_type, in FindKernelRegistration() function
1453 return FindKernelRegistration( in FindKernelRegistration()
1466 FindKernelRegistration(device_type, node_def, &reg, &was_attr_mismatch); in KernelDefAvailable()
1479 TF_RETURN_IF_ERROR(FindKernelRegistration( in FindKernelDef()
1537 FindKernelRegistration(device_type, def, &reg, &was_attr_mismatch)); in SupportedDeviceTypesForNode()
1695 s = FindKernelRegistration(device_type, node_def, &registration, in CreateOpKernel()