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

Function padding_right

include/common/daq_generated.h:708–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706 return GetField<int32_t>(VT_PADDING_LEFT, 0);
707 }
708 int32_t padding_right() const {
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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected