Replies: 1 comment
-
|
The payload for the backend is completely defined by the backend. Some backends (like arm) uses flatbuffers, some use their own schema (like qualcomm and coreml). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to define a custom flatbuffer schema.
I want to communicate the information generated Ahead of Time , to my backend runtime in a custom format i.e. my own data structures.
Is it possible to do this. If yes Is there some guide on how to do this ?
Also is it mandatory to use flatbuffers OR any other mechanism can be used ?
Beta Was this translation helpful? Give feedback.
All reactions