DebugOutput Struct
One captured pipeline output (single-shot dump result). More...
Declaration
Included Headers
Public Member Attributes Index
| OutputSpec | expected |
|
Expected output spec. More... | |
| OutputSpec | observed |
|
Spec actually observed at runtime. More... | |
| std::string | caps_string |
|
Payload caps string. More... | |
| bool | tensorizable = false |
| bool | unknown = false |
|
True iff the payload type was not recognised. More... | |
| std::vector< std::string > | warnings |
|
Non-fatal issues collected during capture. More... | |
| std::optional< simaai::neat::Tensor > | tensor |
|
Owning tensor (when available). More... | |
| std::vector< uint8_t > | bytes |
|
Raw bytes for non-tensorizable outputs. More... | |
Description
One captured pipeline output (single-shot dump result).
Carries the expected spec, the spec actually observed, the caps string of the payload, and either a Tensor (if the payload is tensorizable) or a raw byte buffer fallback. warnings holds any non-fatal issues collected during capture.
Definition at line 49 of file DebugTypes.h.
Public Member Attributes
bytes
|
Raw bytes for non-tensorizable outputs.
Definition at line 57 of file DebugTypes.h.
caps_string
|
expected
|
observed
|
Spec actually observed at runtime.
Definition at line 51 of file DebugTypes.h.
tensor
|
Owning tensor (when available).
Definition at line 56 of file DebugTypes.h.
tensorizable
|
True iff the payload could be wrapped as a Tensor.
Definition at line 53 of file DebugTypes.h.
unknown
|
True iff the payload type was not recognised.
Definition at line 54 of file DebugTypes.h.
warnings
|
Non-fatal issues collected during capture.
Definition at line 55 of file DebugTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.