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

Method add_external

schema/current/CaffeOp_generated.h:2958–2960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2956 fbb_.AddOffset(8, biasData);
2957 }
2958 void add_external(flatbuffers::Offset<flatbuffers::Vector<int64_t>> external) {
2959 fbb_.AddOffset(10, external);
2960 }
2961 explicit ScaleBuilder(flatbuffers::FlatBufferBuilder &_fbb)
2962 : fbb_(_fbb) {
2963 start_ = fbb_.StartTable();

Callers 3

CreateConvolution2DFunction · 0.45
CreateConvolution3DFunction · 0.45
CreateScaleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected