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

Method add_clampMin

schema/current/CaffeOp_generated.h:1306–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304 fbb_.AddElement<int8_t>(18, outputZeroPoint, 0);
1305 }
1306 void add_clampMin(int8_t clampMin) {
1307 fbb_.AddElement<int8_t>(20, clampMin, -128);
1308 }
1309 void add_clampMax(int8_t clampMax) {
1310 fbb_.AddElement<int8_t>(22, clampMax, 127);
1311 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected