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

Function args

schema/current/CaffeOp_generated.h:913–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 return static_cast<SparseAlgo>(GetField<int8_t>(4, 0));
912 }
913 const flatbuffers::Vector<flatbuffers::Offset<Attribute>> *args() const {
914 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<Attribute>> *>(6);
915 }
916 bool Verify(flatbuffers::Verifier &verifier) const {
917 return VerifyTableStart(verifier) &&
918 VerifyField<int8_t>(verifier, 4) &&

Callers 2

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected