Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 branch information