Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1305 Status FindKernelRegistration( in FindKernelRegistration() function
1384 Status FindKernelRegistration(const DeviceType& device_type, in FindKernelRegistration() function
1388 return FindKernelRegistration( in FindKernelRegistration()
1401 FindKernelRegistration(device_type, node_def, &reg, &was_attr_mismatch); in KernelDefAvailable()
1414 TF_RETURN_IF_ERROR(FindKernelRegistration( in FindKernelDef()
1469 FindKernelRegistration(device_type, def, &reg, &was_attr_mismatch)); in SupportedDeviceTypesForNode()
1627 s = FindKernelRegistration(device_type, node_def, &registration, in CreateOpKernel()