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

Method rewind

src/serialization/impl/file.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void rewind() override { std::rewind(m_fptr); }
35
36 void skip(int64_t bytes) override {
37 auto err = fseek(m_fptr, bytes, SEEK_CUR);

Callers 5

config_modelMethod · 0.45
load_modelMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected