Eliminate data race in ResourceVariable AssignVariableOp.
Fixes a potential data race in which the tensor backing a variable can be read by one thread while another thread is writing to it. PiperOrigin-RevId: 208516878
Loading
Please sign in to comment