MCPcopy Create free account
hub / github.com/alibaba/MNN / fullQuantAndCoding

Function fullQuantAndCoding

tools/converter/source/common/FullQuantAndCoding.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170};
171
172void fullQuantAndCoding(std::unique_ptr<MNN::NetT>& netT, MNN::Compression::Pipeline proto) {
173 for (auto& op : netT->oplists) {
174 FullQuantAndCoding(netT, op, proto, nullptr);
175 }
176 for (auto& subgraph : netT->subgraphs) {
177 for (auto& op : subgraph->nodes) {
178 FullQuantAndCoding(netT, op, proto, subgraph.get());
179 }
180 }
181}

Callers 1

postTreatFunction · 0.85

Calls 2

FullQuantAndCodingFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected