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

Method add_padY

schema/current/CaffeOp_generated.h:1809–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1807 fbb_.AddElement<int32_t>(4, padX, 0);
1808 }
1809 void add_padY(int32_t padY) {
1810 fbb_.AddElement<int32_t>(6, padY, 0);
1811 }
1812 void add_isGlobal(bool isGlobal) {
1813 fbb_.AddElement<uint8_t>(8, static_cast<uint8_t>(isGlobal), 0);
1814 }

Callers 4

makePoolMethod · 0.45
CreatePoolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected