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

Function ModelIdentifier

tensorflow/lite/schema/schema_generated.h:14364–14366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14362}
14363
14364inline const char *ModelIdentifier() {
14365 return "TFL3";
14366}
14367
14368inline bool ModelBufferHasIdentifier(const void *buf) {
14369 return flatbuffers::BufferHasIdentifier(

Callers 6

CheckModelIdentifierMethod · 0.85
ModelBufferHasIdentifierFunction · 0.85
VerifyModelBufferFunction · 0.85
FinishModelBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected