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

Class TensorMaskInfo

tools/converter/source/common/ChannelPruneConvert.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25struct TensorMaskInfo {
26 std::vector<int> mask; // per-channel 1 or 0
27 std::string oriConvName;
28};
29
30std::vector<MNN::OpT*> findUserOps(int outputIndex, std::unique_ptr<MNN::NetT>& netT, SubGraphProtoT* subgraph) {
31 std::vector<MNN::OpT*> userOps;

Callers 1

channelPruneConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected