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

Method add_zeroPoint

schema/current/CaffeOp_generated.h:1300–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298 fbb_.AddElement<int32_t>(14, nbits, 8);
1299 }
1300 void add_zeroPoint(int8_t zeroPoint) {
1301 fbb_.AddElement<int8_t>(16, zeroPoint, 0);
1302 }
1303 void add_outputZeroPoint(int8_t outputZeroPoint) {
1304 fbb_.AddElement<int8_t>(18, outputZeroPoint, 0);
1305 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected