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

Method add_isGlobal

schema/current/CaffeOp_generated.h:1812–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1815 void add_kernelX(int32_t kernelX) {
1816 fbb_.AddElement<int32_t>(10, kernelX, 0);
1817 }

Callers 3

makePoolMethod · 0.45
CreatePoolFunction · 0.45
CreatePool3DFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected