| 948 | }; |
| 949 | |
| 950 | inline flatbuffers::Offset<SparseCommon> CreateSparseCommon( |
| 951 | flatbuffers::FlatBufferBuilder &_fbb, |
| 952 | SparseAlgo method = SparseAlgo_RANDOM, |
| 953 | flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<Attribute>>> args = 0) { |
| 954 | SparseCommonBuilder builder_(_fbb); |
| 955 | builder_.add_args(args); |
| 956 | builder_.add_method(method); |
| 957 | return builder_.Finish(); |
| 958 | } |
| 959 | |
| 960 | flatbuffers::Offset<SparseCommon> CreateSparseCommon(flatbuffers::FlatBufferBuilder &_fbb, const SparseCommonT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr); |
| 961 | |