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

Function padMode

schema/current/CaffeOp_generated.h:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556 return GetField<int32_t>(18, 1);
557 }
558 PadMode padMode() const {
559 return static_cast<PadMode>(GetField<int8_t>(20, 0));
560 }
561 int32_t group() const {
562 return GetField<int32_t>(22, 1);
563 }

Callers 1

UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected