mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Create flatbuffers_mobile (#82828)
Differential Revision: [D38412636](https://our.internmc.facebook.com/intern/diff/D38412636/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D38412636/)! Differential Revision: [D38412636](https://our.internmc.facebook.com/intern/diff/D38412636) Pull Request resolved: https://github.com/pytorch/pytorch/pull/82828 Approved by: https://github.com/qihqi
This commit is contained in:
parent
f45cd00d7a
commit
c9475fa927
1 changed files with 9 additions and 0 deletions
|
|
@ -1806,6 +1806,15 @@ def define_buck_targets(
|
|||
],
|
||||
)
|
||||
|
||||
fb_xplat_cxx_library(
|
||||
name = "flatbuffers_mobile",
|
||||
visibility = ["PUBLIC"],
|
||||
exported_deps = [
|
||||
":flatbuffer_loader",
|
||||
":flatbuffers_serializer_mobile",
|
||||
],
|
||||
)
|
||||
|
||||
pt_xplat_cxx_library(
|
||||
name = "torch_supported_mobile_models",
|
||||
srcs = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue