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

Method add_strideY

schema/current/CaffeOp_generated.h:1824–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1822 fbb_.AddElement<int32_t>(14, strideX, 0);
1823 }
1824 void add_strideY(int32_t strideY) {
1825 fbb_.AddElement<int32_t>(16, strideY, 0);
1826 }
1827 void add_type(PoolType type) {
1828 fbb_.AddElement<int8_t>(18, static_cast<int8_t>(type), 0);
1829 }

Callers 3

makePoolMethod · 0.45
CreatePoolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected