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

Method add_rank

tensorflow/lite/schema/schema_generated.h:3477–3479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3475 flatbuffers::FlatBufferBuilder &fbb_;
3476 flatbuffers::uoffset_t start_;
3477 void add_rank(int32_t rank) {
3478 fbb_.AddElement<int32_t>(SVDFOptions::VT_RANK, rank, 0);
3479 }
3480 void add_fused_activation_function(ActivationFunctionType fused_activation_function) {
3481 fbb_.AddElement<int8_t>(SVDFOptions::VT_FUSED_ACTIVATION_FUNCTION, static_cast<int8_t>(fused_activation_function), 0);
3482 }

Callers 1

CreateSVDFOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected