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

Function kernel_width

include/common/daq_generated.h:1014–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012 return GetField<int32_t>(VT_STRIDE_Y, 0);
1013 }
1014 int32_t kernel_width() const {
1015 return GetField<int32_t>(VT_KERNEL_WIDTH, 0);
1016 }
1017 int32_t kernel_height() const {
1018 return GetField<int32_t>(VT_KERNEL_HEIGHT, 0);
1019 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected