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

Method tell

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

Source from the content-addressed store, hash-verified

44 }
45
46 size_t tell() override { return std::ftell(m_fptr); }
47};
48
49std::unique_ptr<InputFile> InputFile::make_fs(const char* path) {

Callers 7

config_modelMethod · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
dump_tensorMethod · 0.45
load_tensor_valueMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected