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

Method add_weightSize

schema/current/CaffeOp_generated.h:2633–2635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2631 fbb_.AddElement<int32_t>(4, outputCount, 0);
2632 }
2633 void add_weightSize(int32_t weightSize) {
2634 fbb_.AddElement<int32_t>(6, weightSize, 0);
2635 }
2636 void add_clippingThreshold(float clippingThreshold) {
2637 fbb_.AddElement<float>(8, clippingThreshold, 0.0f);
2638 }

Callers 3

CreateIDSTQuanFunction · 0.45
CreateInnerProductFunction · 0.45
CreateLSTMFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected