Use a static "linker initialized" tensorflow::mutex when possible.
There is no need to use a lazily created tensorflow::mutex since the tensorflow::LINKER_INITIALIZED constructor is a no-op. PiperOrigin-RevId: 175874749
Loading
Please sign in to comment