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

Method add_inputCount

schema/current/CaffeOp_generated.h:649–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 fbb_.AddElement<int32_t>(24, outputCount, 0);
648 }
649 void add_inputCount(int32_t inputCount) {
650 fbb_.AddElement<int32_t>(26, inputCount, 0);
651 }
652 void add_relu(bool relu) {
653 fbb_.AddElement<uint8_t>(28, static_cast<uint8_t>(relu), 0);
654 }

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected