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

Method add_common

schema/current/CaffeOp_generated.h:1432–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 2

CreateConvolution2DFunction · 0.45
CreateConvolution3DFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected