Searched refs:FindKernelRegistration (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 1103 Status FindKernelRegistration(const DeviceType& device_type, in FindKernelRegistration() function 1142 FindKernelRegistration(device_type, node_def, ®, &was_attr_mismatch); in KernelDefAvailable() 1152 FindKernelRegistration(device_type, node_def, ®, &was_attr_mismatch)); in FindKernelDef() 1186 FindKernelRegistration(device_type, def, ®, &was_attr_mismatch)); in SupportedDeviceTypesForNode() 1283 s = FindKernelRegistration(device_type, node_def, ®istration, in CreateOpKernel()
|