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

Function radius

include/common/daq_generated.h:3544–3546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3542 return GetPointer<const flatbuffers::String *>(VT_INPUT);
3543 }
3544 int32_t radius() const {
3545 return GetField<int32_t>(VT_RADIUS, 0);
3546 }
3547 float bias() const {
3548 return GetField<float>(VT_BIAS, 0.0f);
3549 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected