Searched refs:FindKernelRegistration (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 1305 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, ®, &was_attr_mismatch); in KernelDefAvailable() 1414 TF_RETURN_IF_ERROR(FindKernelRegistration( in FindKernelDef() 1469 FindKernelRegistration(device_type, def, ®, &was_attr_mismatch)); in SupportedDeviceTypesForNode() 1627 s = FindKernelRegistration(device_type, node_def, ®istration, in CreateOpKernel()
|