Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
static void DestorySimpleSet(PSIMPLE_SET set) {
136
if (set->UniSet != nullptr)
137
free(set->UniSet);
138
free(set);
139
}
140
141
typedef struct _SIMPLE_MAP {
142
int8_t *CharCharMap;
Callers
1
ReadSparseQuanData_c
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected