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

Function CreateSVDFOptions

tensorflow/lite/schema/schema_generated.h:3495–3503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3493};
3494
3495inline flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(
3496 flatbuffers::FlatBufferBuilder &_fbb,
3497 int32_t rank = 0,
3498 ActivationFunctionType fused_activation_function = ActivationFunctionType_NONE) {
3499 SVDFOptionsBuilder builder_(_fbb);
3500 builder_.add_rank(rank);
3501 builder_.add_fused_activation_function(fused_activation_function);
3502 return builder_.Finish();
3503}
3504
3505flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
3506

Callers 4

BaseSVDFOpModelMethod · 0.85
BaseSVDFOpModelMethod · 0.85
PackMethod · 0.85
WriteOptionsMethod · 0.85

Calls 3

add_rankMethod · 0.80
FinishMethod · 0.45

Tested by 2

BaseSVDFOpModelMethod · 0.68
BaseSVDFOpModelMethod · 0.68