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

Function weight

schema/current/CaffeOp_generated.h:1212–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210 return QuantizedFloatParamTypeTable();
1211 }
1212 const flatbuffers::Vector<int8_t> *weight() const {
1213 return GetPointer<const flatbuffers::Vector<int8_t> *>(4);
1214 }
1215 const flatbuffers::Vector<int32_t> *bias() const {
1216 return GetPointer<const flatbuffers::Vector<int32_t> *>(6);
1217 }

Callers 3

VerifyFunction · 0.70
UnPackToMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected