| 2628 | flatbuffers::FlatBufferBuilder &fbb_; |
| 2629 | flatbuffers::uoffset_t start_; |
| 2630 | void add_outputCount(int32_t outputCount) { |
| 2631 | fbb_.AddElement<int32_t>(4, outputCount, 0); |
| 2632 | } |
| 2633 | void add_weightSize(int32_t weightSize) { |
| 2634 | fbb_.AddElement<int32_t>(6, weightSize, 0); |
| 2635 | } |
no outgoing calls
no test coverage detected