Skip to main content

DetectionSpec Struct

Detection-decoder metadata — tags tensors that carry packed detection output. More...

Declaration

struct simaai::neat::DetectionSpec { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

std::stringformat

Wire-format token (e.g., "BBOX"). Consumer dispatches on this string. More...

Description

Detection-decoder metadata — tags tensors that carry packed detection output.

Set on tensors produced by detection-decoder stages (BoxDecode today; segmentation / keypoint decoders in the future). The format token identifies the wire layout the consumer should parse — for example "BBOX" for the standard uint32 count + N × 24-byte RawBox layout consumed by decode_bbox_tensor / pyneat.decode_bbox.

Historically this information was overloaded onto TessSpec::format, but tessellation is about MLA tile geometry, not about detection payload formats. DetectionSpec is the type-honest home for detection-stage output tags.

Definition at line 274 of file TensorCore.h.

Public Member Attributes

format

std::string simaai::neat::DetectionSpec::format

Wire-format token (e.g., "BBOX"). Consumer dispatches on this string.

Definition at line 276 of file TensorCore.h.

276 std::string format;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.