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

Method add_args

schema/current/CaffeOp_generated.h:935–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
938 explicit SparseCommonBuilder(flatbuffers::FlatBufferBuilder &_fbb)
939 : fbb_(_fbb) {
940 start_ = fbb_.StartTable();

Callers 1

CreateSparseCommonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected