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

Method UnPack

schema/current/CaffeOp_generated.h:4318–4322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4316flatbuffers::Offset<CumSum> CreateCumSum(flatbuffers::FlatBufferBuilder &_fbb, const CumSumT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
4317
4318inline Convolution2DCommonT *Convolution2DCommon::UnPack(const flatbuffers::resolver_function_t *_resolver) const {
4319 auto _o = new Convolution2DCommonT();
4320 UnPackTo(_o, _resolver);
4321 return _o;
4322}
4323
4324inline void Convolution2DCommon::UnPackTo(Convolution2DCommonT *_o, const flatbuffers::resolver_function_t *_resolver) const {
4325 (void)_o;

Callers 1

UnPackToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected