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

Enum CompressionMethod

lite/src/mge/common.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace mgb;
9
10enum class CompressionMethod {
11 NO_COMPRESSION = 0,
12 FLOAT32_STRIDE_FLOAT32_BASE_UINT8_WEIGHTS = 1,
13 FLOAT32_STRIDE_FLOAT32_BASE_UINT16_WEIGHTS = 2,
14};
15
16void lite::decompressed_tensor_value_loader(
17 void* ptr_, const mgb::TensorLayout& layout,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected