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

Function padding_bottom

include/common/daq_generated.h:714–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
717 int32_t stride_x() const {
718 return GetField<int32_t>(VT_STRIDE_X, 0);
719 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected