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

Method add_shapeInt32

schema/current/CaffeOp_generated.h:1114–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112 fbb_.AddElement<uint8_t>(24, static_cast<uint8_t>(has_scaleInt), 0);
1113 }
1114 void add_shapeInt32(bool shapeInt32) {
1115 fbb_.AddElement<uint8_t>(26, static_cast<uint8_t>(shapeInt32), 0);
1116 }
1117 void add_weightSize(uint32_t weightSize) {
1118 fbb_.AddElement<uint32_t>(28, weightSize, 0);
1119 }

Callers 1

CreateIDSTQuanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected