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

Function custom

tensorflow/lite/schema/schema_generated.h:2600–2602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2598 VT_CUSTOM = 4
2599 };
2600 const flatbuffers::Vector<uint8_t> *custom() const {
2601 return GetPointer<const flatbuffers::Vector<uint8_t> *>(VT_CUSTOM);
2602 }
2603 bool Verify(flatbuffers::Verifier &verifier) const {
2604 return VerifyTableStart(verifier) &&
2605 VerifyOffset(verifier, VT_CUSTOM) &&

Callers 2

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected