| 1430 | flatbuffers::FlatBufferBuilder &fbb_; |
| 1431 | flatbuffers::uoffset_t start_; |
| 1432 | void add_common(flatbuffers::Offset<Convolution2DCommon> common) { |
| 1433 | fbb_.AddOffset(4, common); |
| 1434 | } |
| 1435 | void add_weight(flatbuffers::Offset<flatbuffers::Vector<float>> weight) { |
| 1436 | fbb_.AddOffset(6, weight); |
| 1437 | } |
no outgoing calls
no test coverage detected