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