Home
last modified time | relevance | path

Searched defs:InterpBuilder (Results 1 – 1 of 1) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DCaffeOp_generated.h3495 struct InterpBuilder { struct
3496 flatbuffers::FlatBufferBuilder &fbb_;
3497 flatbuffers::uoffset_t start_;
3498 void add_widthScale(float widthScale) { in add_widthScale()
3501 void add_heightScale(float heightScale) { in add_heightScale()
3504 void add_outputWidth(int32_t outputWidth) { in add_outputWidth()
3507 void add_outputHeight(int32_t outputHeight) { in add_outputHeight()
3531 explicit InterpBuilder(flatbuffers::FlatBufferBuilder &_fbb) in InterpBuilder() function
3535 InterpBuilder &operator=(const InterpBuilder &); argument
3556 InterpBuilder builder_(_fbb); argument