Skip to main content

DetessCastOptions Struct

Construction options for a DetessCast Node. More...

Declaration

struct simaai::neat::DetessCastOptions { ... }

Included Headers

#include <DetessCast.h>

Public Constructors Index

DetessCastOptions ()=default

Default-construct with framework-default values; tune fields after construction. More...

DetessCastOptions (const simaai::neat::Model &model)

Initialize options from a loaded Model (pulls tile geometry, tensor shape, etc.). More...

Public Member Attributes Index

std::stringconfig_path

Path to the kernel config JSON, if loaded from disk. More...

std::optional< nlohmann::json >config_json

Inline kernel config; takes precedence over config_path. More...

std::stringupstream_name

Name of the upstream MLA element (used for tag wiring). More...

std::stringelement_name

Optional GStreamer element name (default: auto-generated). More...

std::shared_ptr< const CompiledProcessCvuContract >compiled_contract

Pre-compiled CVU contract; bypasses re-compilation. More...

intnum_buffers = 0

Override for the element's buffer pool size; 0 = use default/model. More...

intnum_buffers_model = 0

Buffer count derived from the bound model. More...

boolnum_buffers_locked = false

If true, planner won't override num_buffers. More...

Description

Construction options for a DetessCast Node.

Definition at line 35 of file DetessCast.h.

Public Constructors

DetessCastOptions()

simaai::neat::DetessCastOptions::DetessCastOptions ()
default

Default-construct with framework-default values; tune fields after construction.

Definition at line 37 of file DetessCast.h.

DetessCastOptions()

simaai::neat::DetessCastOptions::DetessCastOptions (const simaai::neat::Model & model)
explicit

Initialize options from a loaded Model (pulls tile geometry, tensor shape, etc.).

Definition at line 39 of file DetessCast.h.

Public Member Attributes

compiled_contract

std::shared_ptr<const CompiledProcessCvuContract> simaai::neat::DetessCastOptions::compiled_contract

Pre-compiled CVU contract; bypasses re-compilation.

Definition at line 47 of file DetessCast.h.

config_json

std::optional<nlohmann::json> simaai::neat::DetessCastOptions::config_json

Inline kernel config; takes precedence over config_path.

Definition at line 43 of file DetessCast.h.

config_path

std::string simaai::neat::DetessCastOptions::config_path

Path to the kernel config JSON, if loaded from disk.

Definition at line 41 of file DetessCast.h.

41 std::string config_path;

element_name

std::string simaai::neat::DetessCastOptions::element_name

Optional GStreamer element name (default: auto-generated).

Definition at line 45 of file DetessCast.h.

45 std::string element_name;

num_buffers

int simaai::neat::DetessCastOptions::num_buffers = 0

Override for the element's buffer pool size; 0 = use default/model.

Definition at line 48 of file DetessCast.h.

48 int num_buffers = 0;

num_buffers_locked

bool simaai::neat::DetessCastOptions::num_buffers_locked = false

If true, planner won't override num_buffers.

Definition at line 50 of file DetessCast.h.

50 bool num_buffers_locked = false;

num_buffers_model

int simaai::neat::DetessCastOptions::num_buffers_model = 0

Buffer count derived from the bound model.

Definition at line 49 of file DetessCast.h.

upstream_name

std::string simaai::neat::DetessCastOptions::upstream_name

Name of the upstream MLA element (used for tag wiring).

Definition at line 44 of file DetessCast.h.

44 std::string upstream_name;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.