MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateLSHProjectionOptions

Function CreateLSHProjectionOptions

tensorflow/lite/schema/schema_generated.h:3431–3437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3429};
3430
3431inline 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
3439flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
3440

Callers 3

LSHProjectionOpModelMethod · 0.85
LSHProjectionOpModelMethod · 0.85
PackMethod · 0.85

Calls 2

add_typeMethod · 0.45
FinishMethod · 0.45

Tested by 2

LSHProjectionOpModelMethod · 0.68
LSHProjectionOpModelMethod · 0.68