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

Method add_method

schema/current/CaffeOp_generated.h:932–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930 flatbuffers::FlatBufferBuilder &fbb_;
931 flatbuffers::uoffset_t start_;
932 void add_method(SparseAlgo method) {
933 fbb_.AddElement<int8_t>(4, static_cast<int8_t>(method), 0);
934 }
935 void add_args(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<Attribute>>> args) {
936 fbb_.AddOffset(6, args);
937 }

Callers 2

CreateSparseCommonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected