MCPcopy Create free account
hub / github.com/alibaba/MNN / Pack

Method Pack

schema/current/CaffeOp_generated.h:4346–4348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4344}
4345
4346inline 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
4350inline flatbuffers::Offset<Convolution2DCommon> CreateConvolution2DCommon(flatbuffers::FlatBufferBuilder &_fbb, const Convolution2DCommonT *_o, const flatbuffers::rehasher_function_t *_rehasher) {
4351 (void)_rehasher;

Callers

nothing calls this directly

Calls 15

CreateSparseCommonFunction · 0.85
CreateIDSTQuanFunction · 0.85
CreateConvolution2DFunction · 0.85
CreateConvolution3DFunction · 0.85
CreateInnerProductFunction · 0.85
CreatePoolFunction · 0.85
CreatePool3DFunction · 0.85
CreateReluFunction · 0.85
CreateRelu6Function · 0.85

Tested by

no test coverage detected