Skip to main content

GraphOptions.h File

Graph/Run options, the Sample type, pull-status enums, and verbosity controls. More...

Included Headers

#include "pipeline/GraphReport.h" #include "pipeline/FormatSpec.h" #include "pipeline/PayloadType.h" #include "pipeline/TensorTypes.h" #include "pipeline/Tensor.h" #include "pipeline/TensorCore.h" #include <algorithm> #include <cstddef> #include <functional> #include <initializer_list> #include <iterator> #include <optional> #include <string> #include <utility> #include <vector>

Namespaces Index

namespacecv
namespacesimaai
namespaceneat

Classes Index

structVerboseOptions

Per-topic framework verbosity controls. More...

structRtspServerOptions

Options for Graph::run_rtsp() — controls the RTSP server's mount point and ports. More...

structValidateOptions

Options for Graph::validate(). More...

structProcessCvuOptions

Simple process-CVU backend placement for model pre/post stages. More...

structProcessMlaOptions

process-MLA execution options. More...

structPreparedRunnerOptions

Experimental prepared-route runner options. More...

structAdvancedExecutionOptions

Intent-named, jargon-free execution controls (preferred over the raw legacy fields). More...

structGraphOptions

Per-Graph construction options. More...

structOutputTensorOptions

Options for Graph::add_output_tensor() — the tensor-friendly output helper. More...

structPullError

Structured error returned by Run::pull() when status is Error. More...

structSample

Typed payload returned by Run::pull() and consumed by Run::push(). More...

classiterator
classconst_iterator

Description

Graph/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).
  • GraphOptions — per-Graph knobs (callback timeout, naming, processor preference).
  • RtspServerOptions / ValidateOptions / OutputTensorOptions — option packs for specific calls.
  • RunMode — internal Async vs Sync runtime 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

Graph, Run, Tensor


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.