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

Method add_pads

schema/current/CaffeOp_generated.h:1839–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837 fbb_.AddElement<uint8_t>(24, static_cast<uint8_t>(ceilModel), 1);
1838 }
1839 void add_pads(flatbuffers::Offset<flatbuffers::Vector<int32_t>> pads) {
1840 fbb_.AddOffset(26, pads);
1841 }
1842 void add_countType(AvgPoolCountType countType) {
1843 fbb_.AddElement<int8_t>(28, static_cast<int8_t>(countType), 0);
1844 }

Callers 4

CreatePoolFunction · 0.45
CreatePool3DFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected