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

Function kernel_height

include/common/daq_generated.h:1017–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1020 FuseCode fuse_code() const {
1021 return static_cast<FuseCode>(GetField<int8_t>(VT_FUSE_CODE, 0));
1022 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected