Fix benign "bug" in PyArrayToTFTensor
Passing 'array' to the deallocator didn't do anything since the deallocator doesn't use 'arg', but it's confusing since 'array' is freed by the time the deallocator is called. PiperOrigin-RevId: 157280226
Loading
Please sign in to comment