Make TF_DeleteKernelBuilder not crash on nullptr.
After this change, TF_DeleteKernelBuilder will comply with the conventions established in c_api.h, namely that *Delete* functions are safe with nullptr parameters. PiperOrigin-RevId: 230009727
Loading
Please sign in to comment