Searched refs:FindKernelRegistration (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 1279 Status FindKernelRegistration( in FindKernelRegistration() function 1358 Status FindKernelRegistration(const DeviceType& device_type, in FindKernelRegistration() function 1362 return FindKernelRegistration( in FindKernelRegistration() 1375 FindKernelRegistration(device_type, node_def, ®, &was_attr_mismatch); in KernelDefAvailable() 1388 TF_RETURN_IF_ERROR(FindKernelRegistration( in FindKernelDef() 1436 FindKernelRegistration(device_type, def, ®, &was_attr_mismatch)); in SupportedDeviceTypesForNode() 1568 Status s = FindKernelRegistration(device_type, node_def, ®istration, in CreateOpKernel()
|