| 3429 | }; |
| 3430 | |
| 3431 | inline flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions( |
| 3432 | flatbuffers::FlatBufferBuilder &_fbb, |
| 3433 | LSHProjectionType type = LSHProjectionType_UNKNOWN) { |
| 3434 | LSHProjectionOptionsBuilder builder_(_fbb); |
| 3435 | builder_.add_type(type); |
| 3436 | return builder_.Finish(); |
| 3437 | } |
| 3438 | |
| 3439 | flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr); |
| 3440 | |