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

Function DestroySimpleMap

source/core/ConvolutionCommon.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static void DestroySimpleMap(PSIMPLE_MAP map) {
158 if (map->CharCharMap)
159 free(map->CharCharMap);
160 free(map);
161}
162
163static void InsertMap(PSIMPLE_MAP map, int8_t k, int8_t v) {
164 for (uint32_t i = 0; i < map->CurMapCnt; i++) {

Callers 1

ReadSparseQuanData_cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected