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

Function padding_left

include/common/daq_generated.h:705–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 return GetPointer<const flatbuffers::String *>(VT_BIAS);
704 }
705 int32_t padding_left() const {
706 return GetField<int32_t>(VT_PADDING_LEFT, 0);
707 }
708 int32_t padding_right() const {
709 return GetField<int32_t>(VT_PADDING_RIGHT, 0);
710 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected