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

Method add_ceilModel

schema/current/CaffeOp_generated.h:1836–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1834 fbb_.AddElement<int32_t>(22, static_cast<int32_t>(dataType), 1);
1835 }
1836 void add_ceilModel(bool ceilModel) {
1837 fbb_.AddElement<uint8_t>(24, static_cast<uint8_t>(ceilModel), 1);
1838 }
1839 void add_pads(flatbuffers::Offset<flatbuffers::Vector<int32_t>> pads) {
1840 fbb_.AddOffset(26, pads);
1841 }

Callers 1

CreatePoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected