|
ONE - On-device Neural Engine
|
#include <idl.h>

Public Member Functions | |
| Definition () | |
| flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< reflection::KeyValue > > > | SerializeAttributes (FlatBufferBuilder *builder, const Parser &parser) const |
| bool | DeserializeAttributes (Parser &parser, const Vector< Offset< reflection::KeyValue > > *attrs) |
Data Fields | |
| std::string | name |
| std::string | file |
| std::vector< std::string > | doc_comment |
| SymbolTable< Value > | attributes |
| bool | generated |
| Namespace * | defined_namespace |
| uoffset_t | serialized_location |
| int | index |
| int | refcount |
| const std::string * | declaration_file |
|
inline |
| bool flatbuffers::Definition::DeserializeAttributes | ( | Parser & | parser, |
| const Vector< Offset< reflection::KeyValue > > * | attrs | ||
| ) |
| flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< reflection::KeyValue > > > flatbuffers::Definition::SerializeAttributes | ( | FlatBufferBuilder * | builder, |
| const Parser & | parser | ||
| ) | const |
| SymbolTable<Value> flatbuffers::Definition::attributes |
| int flatbuffers::Definition::index |
Definition at line 321 of file idl.h.
Referenced by onert.experimental.train.dataloader.DataLoader::__next__().
| std::string flatbuffers::Definition::name |
Definition at line 312 of file idl.h.
Referenced by flatbuffers::EqualByName().