[MLGO] Force persistency in tflite buffers.
When training large models, we encounter use-after-free bugs when writing to the input tensors for various MLGO models. This patch fixes the issue by marking the tensors as "persistent". Differential Revision: https://reviews.llvm.org/D135739
Loading
Please sign in to comment