| 1316 | fbb_.AddElement<int32_t>(26, static_cast<int32_t>(outputDataType), 6); |
| 1317 | } |
| 1318 | void add_floatzeros(flatbuffers::Offset<flatbuffers::Vector<float>> floatzeros) { |
| 1319 | fbb_.AddOffset(28, floatzeros); |
| 1320 | } |
| 1321 | explicit QuantizedFloatParamBuilder(flatbuffers::FlatBufferBuilder &_fbb) |
| 1322 | : fbb_(_fbb) { |
| 1323 | start_ = fbb_.StartTable(); |
no outgoing calls
no test coverage detected