MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / make_fbs_loader

Function make_fbs_loader

src/serialization/impl/serializer_oss.cpp:959–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959std::unique_ptr<GraphLoader> make_fbs_loader(std::unique_ptr<InputFile> file) {
960 return std::make_unique<GraphLoaderOSS>(std::move(file));
961}
962
963} // namespace serialization
964} // namespace mgb

Callers 1

makeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected