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

Enum QuantizeAlgo

schema/current/CaffeOp_generated.h:281–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281enum QuantizeAlgo {
282 QuantizeAlgo_DEFAULT = 0,
283 QuantizeAlgo_OVERFLOW_AWARE = 1,
284 QuantizeAlgo_WINOGRAD_AWARE = 2,
285 QuantizeAlgo_MIN = QuantizeAlgo_DEFAULT,
286 QuantizeAlgo_MAX = QuantizeAlgo_WINOGRAD_AWARE
287};
288
289inline const QuantizeAlgo (&EnumValuesQuantizeAlgo())[3] {
290 static const QuantizeAlgo values[] = {

Callers 3

FullQuantAndCodingFunction · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected