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

Function GetModel

tensorflow/lite/schema/schema_generated.h:14356–14358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14354}
14355
14356inline const tflite::Model *GetModel(const void *buf) {
14357 return flatbuffers::GetRoot<tflite::Model>(buf);
14358}
14359
14360inline const tflite::Model *GetSizePrefixedModel(const void *buf) {
14361 return flatbuffers::GetSizePrefixedRoot<tflite::Model>(buf);

Callers 15

TESTFunction · 0.85
FlatBufferModelMethod · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
BuildInterpreterMethod · 0.85
UnPackModelFunction · 0.85
ExportFunction · 0.85
ImportFunction · 0.85
BuildTestModelMethod · 0.85

Calls

no outgoing calls

Tested by 14

TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
BuildInterpreterMethod · 0.68
BuildTestModelMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TF_LITE_MICRO_TESTFunction · 0.68
TF_LITE_MICRO_TESTFunction · 0.68