MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / padding_top

Function padding_top

include/common/daq_generated.h:711–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 return GetField<int32_t>(VT_PADDING_RIGHT, 0);
710 }
711 int32_t padding_top() const {
712 return GetField<int32_t>(VT_PADDING_TOP, 0);
713 }
714 int32_t padding_bottom() const {
715 return GetField<int32_t>(VT_PADDING_BOTTOM, 0);
716 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected