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

Method load_shared_buf_with_len

src/serialization/impl/opr_load_dump.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62SharedBuffer OprLoadContextRawPOD::load_shared_buf_with_len() {
63 uint32_t size;
64 read_raw(&size, sizeof(size));
65 return load_shared_buf(size);
66}
67
68void GraphDumpConfig::default_tensor_value_dumper(
69 OutputFile& fout, const cg::OperatorNodeBase& /*opr*/,

Callers 5

loadMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected