function_ops: Do not hold on to references to the NodeDef in the kernel.
NodeDef's might not outlive the OpKernel (happens often when eager execution is enabled). Holding on to references to the NodeDef was thus unsafe. PiperOrigin-RevId: 169445422
Loading
Please sign in to comment