Add header to allows kernel libs to embed compilation options as strings.
The new header file platform_strings.h allows kernel loaded via dynamic library to use TF_PLATFORM_STRINGS() to embed their compilation options in the binary. The intent is that in the future, TensorFlow will be able to identify which kernels may be loaded safely. PiperOrigin-RevId: 221272554
Loading
Please sign in to comment