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

Method Finish

schema/current/CaffeOp_generated.h:2221–2225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2219 }
2220 ELUBuilder &operator=(const ELUBuilder &);
2221 flatbuffers::Offset<ELU> Finish() {
2222 const auto end = fbb_.EndTable(start_);
2223 auto o = flatbuffers::Offset<ELU>(end);
2224 return o;
2225 }
2226};
2227
2228inline flatbuffers::Offset<ELU> CreateELU(

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected