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

Function DestorySimpleSet

source/core/ConvolutionCommon.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static void DestorySimpleSet(PSIMPLE_SET set) {
136 if (set->UniSet != nullptr)
137 free(set->UniSet);
138 free(set);
139}
140
141typedef struct _SIMPLE_MAP {
142 int8_t *CharCharMap;

Callers 1

ReadSparseQuanData_cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected