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

Method add_outputCount

schema/current/CaffeOp_generated.h:2630–2632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2628 flatbuffers::FlatBufferBuilder &fbb_;
2629 flatbuffers::uoffset_t start_;
2630 void add_outputCount(int32_t outputCount) {
2631 fbb_.AddElement<int32_t>(4, outputCount, 0);
2632 }
2633 void add_weightSize(int32_t weightSize) {
2634 fbb_.AddElement<int32_t>(6, weightSize, 0);
2635 }

Callers 5

CreateInnerProductFunction · 0.45
CreateLSTMFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected