Thread-safety for the TFE tape code.
In multithreaded python any call to a python API function can release the GIL, so we should not assume our data structures haven't changed across calls to the python API. PiperOrigin-RevId: 182835555
Loading
Please sign in to comment