| 4344 | } |
| 4345 | |
| 4346 | inline flatbuffers::Offset<Convolution2DCommon> Convolution2DCommon::Pack(flatbuffers::FlatBufferBuilder &_fbb, const Convolution2DCommonT* _o, const flatbuffers::rehasher_function_t *_rehasher) { |
| 4347 | return CreateConvolution2DCommon(_fbb, _o, _rehasher); |
| 4348 | } |
| 4349 | |
| 4350 | inline flatbuffers::Offset<Convolution2DCommon> CreateConvolution2DCommon(flatbuffers::FlatBufferBuilder &_fbb, const Convolution2DCommonT *_o, const flatbuffers::rehasher_function_t *_rehasher) { |
| 4351 | (void)_rehasher; |
nothing calls this directly
no test coverage detected