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

Method GetFileNum

serializer/include/tm_serializer.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 virtual ~TmSerializer(){};
37
38 unsigned int GetFileNum(void) override
39 {
40 return 1;
41 }
42
43 bool LoadModel(const std::vector<std::string>& file_list, StaticGraph* graph) override;
44 bool SaveModel(const std::vector<std::string>& file_list, Graph* graph) override;

Callers 2

real_vload_modelFunction · 0.45
save_graph_internalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected