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

Function stride_x

include/common/daq_generated.h:717–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
720 int32_t stride_y() const {
721 return GetField<int32_t>(VT_STRIDE_Y, 0);
722 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected