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

Enum SparseAlgo

schema/current/CaffeOp_generated.h:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221enum SparseAlgo {
222 SparseAlgo_RANDOM = 0,
223 SparseAlgo_SIMD_OC = 1,
224 SparseAlgo_MIN = SparseAlgo_RANDOM,
225 SparseAlgo_MAX = SparseAlgo_SIMD_OC
226};
227
228inline const SparseAlgo (&EnumValuesSparseAlgo())[2] {
229 static const SparseAlgo values[] = {

Callers 2

AddSparseInfoFunction · 0.85
channelPruneConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected