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

Method add_floatzeros

schema/current/CaffeOp_generated.h:1318–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316 fbb_.AddElement<int32_t>(26, static_cast<int32_t>(outputDataType), 6);
1317 }
1318 void add_floatzeros(flatbuffers::Offset<flatbuffers::Vector<float>> floatzeros) {
1319 fbb_.AddOffset(28, floatzeros);
1320 }
1321 explicit QuantizedFloatParamBuilder(flatbuffers::FlatBufferBuilder &_fbb)
1322 : fbb_(_fbb) {
1323 start_ = fbb_.StartTable();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected