ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Flatbuffers_cpp_api

Data Structures

class  flatbuffers::FlatBufferBuilder
 Helper class to hold data needed in creation of a FlatBuffer. To serialize data, you typically call one of the Create*() functions in the generated code, which in turn call a sequence of StartTable/ PushElement/AddElement/EndTable, or the builtin CreateString/ CreateVector functions. Do this is depth-first order to build up a tree to the root. Finish() wraps up the buffer ready for transport. More...
 

Detailed Description