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

Function UnPackModel

tensorflow/lite/schema/schema_generated.h:14399–14403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14397}
14398
14399inline std::unique_ptr<ModelT> UnPackModel(
14400 const void *buf,
14401 const flatbuffers::resolver_function_t *res = nullptr) {
14402 return std::unique_ptr<ModelT>(GetModel(buf)->UnPack(res));
14403}
14404
14405} // namespace tflite
14406

Callers 1

VerifyMethod · 0.85

Calls 2

GetModelFunction · 0.85
UnPackMethod · 0.80

Tested by 1

VerifyMethod · 0.68