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

Function stride_y

include/common/daq_generated.h:720–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
723 FuseCode fuse_code() const {
724 return static_cast<FuseCode>(GetField<int8_t>(VT_FUSE_CODE, 0));
725 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected