Skip to main content

SessionOptions Struct

Options for Model::session() — controls how the model assembles into a NodeGroup. More...

Declaration

struct simaai::neat::Model::SessionOptions { ... }

Included Headers

#include <Model.h>

Public Member Attributes Index

boolinclude_appsrc = true

Include an appsrc input Node at the head of the NodeGroup. More...

boolinclude_appsink = true

Include an appsink output Node at the tail. More...

std::stringupstream_name

Element name of the upstream Node feeding the model (default: "decoder"). More...

std::stringname_suffix

Suffix appended to generated element names. More...

std::stringbuffer_name

Optional buffer pool name (used by advanced memory configurations). More...

VerboseOptionsverbose

Diagnostic verbosity during NodeGroup construction. More...

std::stringprocesscvu_requested_run_target = "AUTO"

Requested backend for model-managed processcvu generic-EV stages. More...

ProcessCvuOptionsprocesscvu

Simple placement for model-managed processcvu stages when this Session/Runner is built. More...

ProcessMlaOptionsprocessmla

MLA stage execution options. More...

PreparedRunnerOptionsprepared_runner

Experimental prepared-route runner. More...

intasync_queue_depth = 0

Depth for internally inserted async queue2 elements. More...

Description

Options for Model::session() — controls how the model assembles into a NodeGroup.

Used when composing a custom Session from model.session(opt) plus your own input/output Nodes. The defaults are right for the convenience Model::run() path.

Definition at line 275 of file Model.h.

Public Member Attributes

async_queue_depth

int simaai::neat::Model::SessionOptions::async_queue_depth = 0

Depth for internally inserted async queue2 elements.

0 inherits from Model::Options/framework default.

Definition at line 307 of file Model.h.

buffer_name

std::string simaai::neat::Model::SessionOptions::buffer_name

Optional buffer pool name (used by advanced memory configurations).

Definition at line 282 of file Model.h.

include_appsink

bool simaai::neat::Model::SessionOptions::include_appsink = true

Include an appsink output Node at the tail.

Definition at line 277 of file Model.h.

277 bool include_appsink = true;

include_appsrc

bool simaai::neat::Model::SessionOptions::include_appsrc = true

Include an appsrc input Node at the head of the NodeGroup.

Definition at line 276 of file Model.h.

276 bool include_appsrc = true;

name_suffix

std::string simaai::neat::Model::SessionOptions::name_suffix

Suffix appended to generated element names.

Definition at line 280 of file Model.h.

280 std::string name_suffix;

prepared_runner

PreparedRunnerOptions simaai::neat::Model::SessionOptions::prepared_runner

Experimental prepared-route runner.

Non-default values take priority over Model::Options.

Definition at line 303 of file Model.h.

processcvu

ProcessCvuOptions simaai::neat::Model::SessionOptions::processcvu

Simple placement for model-managed processcvu stages when this Session/Runner is built.

Non-AUTO values take priority over Model::Options and the legacy coarse target above.

Definition at line 295 of file Model.h.

processcvu_requested_run_target

std::string simaai::neat::Model::SessionOptions::processcvu_requested_run_target = "AUTO"

Requested backend for model-managed processcvu generic-EV stages.

"AUTO" (default) resolves in core during manifest rendering and prefers A65 when the stage supports it; otherwise EV74. Set to "EV74" or "A65" to force a specific backend.

Definition at line 290 of file Model.h.

290 std::string processcvu_requested_run_target = "AUTO";

processmla

ProcessMlaOptions simaai::neat::Model::SessionOptions::processmla

MLA stage execution options.

Non-default values take priority over Model::Options.

Definition at line 299 of file Model.h.

upstream_name

std::string simaai::neat::Model::SessionOptions::upstream_name

Element name of the upstream Node feeding the model (default: "decoder").

Definition at line 278 of file Model.h.

278 std::string upstream_name;

verbose

VerboseOptions simaai::neat::Model::SessionOptions::verbose

Diagnostic verbosity during NodeGroup construction.

Definition at line 283 of file Model.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.