MCPcopy Create free account
hub / github.com/OAID/Tengine / LoadModel

Method LoadModel

core/include/serializer.hpp:57–61  ·  view source on GitHub ↗

the memory stored in addr_list will be released by static graph */

Source from the content-addressed store, hash-verified

55
56 /* the memory stored in addr_list will be released by static graph */
57 virtual bool LoadModel(const std::vector<const void*>& addr_list, const std::vector<int>& size_list,
58 StaticGraph* static_graph, bool transfer_mem = false)
59 {
60 return false;
61 }
62 virtual bool SaveModel(std::vector<void*>& addr_list, std::vector<int>& size_list, Graph* graph)
63 {
64 return false;

Callers 1

real_vload_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected