SessionOptions.h File
Session/Run options, the Sample type, pull-status enums, and verbosity controls. More...
Included Headers
Namespaces Index
| namespace | cv |
| namespace | simaai |
| namespace | neat |
Classes Index
| struct | VerboseOptions |
|
Per-topic framework verbosity controls. More... | |
| struct | RtspServerOptions |
|
Options for Session::run_rtsp() — controls the RTSP server's mount point and ports. More... | |
| struct | ValidateOptions |
|
Options for Session::validate(). More... | |
| struct | ProcessCvuOptions |
|
Simple process-CVU backend placement for model pre/post stages. More... | |
| struct | ProcessMlaOptions |
|
process-MLA execution options. More... | |
| struct | PreparedRunnerOptions |
|
Experimental prepared-route runner options. More... | |
| struct | SessionOptions |
|
Per-Session construction options. More... | |
| struct | OutputTensorOptions |
|
Options for Session::add_output_tensor() — the tensor-friendly output helper. More... | |
| struct | PullError |
|
Structured error returned by Run::pull() when status is Error. More... | |
| struct | Sample |
|
Typed payload returned by Run::pull() and consumed by Run::push(). More... | |
Description
Session/Run options, the Sample type, pull-status enums, and verbosity controls.
Defines the option structs the framework consumes at construction/build time and the Sample type that flows out of Run::pull(). Key types here:
- VerboseOptions / VerbosityLevel — diagnostic verbosity controls (per topic).
- SessionOptions — per-Session knobs (callback timeout, naming, processor preference).
- RtspServerOptions / ValidateOptions / OutputTensorOptions — option packs for specific calls.
- RunMode — Async vs Sync timing mode.
- Sample / SampleKind — the typed payload pull() returns; can be a Tensor, a TensorSet (multiple physical outputs), or a Bundle (recursive multi-logical-output).
- PullStatus / PullError — structured pull results.
- See Also
Session, Run, Tensor
File Listing
The file content with the documentation metadata removed is:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.