Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_model
Method · 0.45
config_model_internel<ModelMdl>
Method · 0.45
load_model
Method · 0.45
load
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected