| 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 | } |
no outgoing calls
no test coverage detected