forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove flatbuffer types/headers from flatbuffer_loader.h (pytorch#82893)
This completely hides the flatbuffer types and headers from users of flatbuffer_loader/serializer, turning them into an internal implementation detail. A followup diff will fix up the buck files to hide the dependencies more thoroughly. While doing this I found another use of a flatbuffer-defined name (`FLATBUFFERS_MAX_ALIGNMENT`), which highlighted the issues described in T128189662. Differential Revision: [D38292794](https://our.internmc.facebook.com/intern/diff/D38292794/) Pull Request resolved: pytorch#82893 Approved by: https://github.com/qihqi
- Loading branch information
1 parent
0c7ca2d
commit 1d56ea5
Showing
3 changed files
with
150 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.