| 1298 | fbb_.AddElement<int32_t>(14, nbits, 8); |
| 1299 | } |
| 1300 | void add_zeroPoint(int8_t zeroPoint) { |
| 1301 | fbb_.AddElement<int8_t>(16, zeroPoint, 0); |
| 1302 | } |
| 1303 | void add_outputZeroPoint(int8_t outputZeroPoint) { |
| 1304 | fbb_.AddElement<int8_t>(18, outputZeroPoint, 0); |
| 1305 | } |
no outgoing calls
no test coverage detected