Skip to main content

RouteSelection Struct

What the planner actually included in the materialized route. More...

Declaration

struct simaai::neat::Model::ModelInfo::RouteSelection { ... }

Included Headers

#include <Model.h>

Public Member Attributes Index

boolinclude_preprocess_stage = true

True if a preprocess Graph fragment is attached. More...

boolinclude_postprocess_stage = true

True if a postprocess Graph fragment is attached. More...

boolinfer_only = false

True if only the MLA inference stage runs (no pre/post). More...

std::stringpreprocess_graph

Name of the chosen preprocess CVU graph (e.g., preproc, quanttess). More...

std::stringselected_post_kind

Name of the chosen post stage (e.g., detessdequant, boxdecode). More...

Description

What the planner actually included in the materialized route.

Definition at line 140 of file Model.h.

Public Member Attributes

include_postprocess_stage

bool simaai::neat::Model::ModelInfo::RouteSelection::include_postprocess_stage = true

True if a postprocess Graph fragment is attached.

Definition at line 142 of file Model.h.

include_preprocess_stage

bool simaai::neat::Model::ModelInfo::RouteSelection::include_preprocess_stage = true

True if a preprocess Graph fragment is attached.

Definition at line 141 of file Model.h.

infer_only

bool simaai::neat::Model::ModelInfo::RouteSelection::infer_only = false

True if only the MLA inference stage runs (no pre/post).

Definition at line 143 of file Model.h.

preprocess_graph

std::string simaai::neat::Model::ModelInfo::RouteSelection::preprocess_graph

Name of the chosen preprocess CVU graph (e.g., preproc, quanttess).

Definition at line 144 of file Model.h.

selected_post_kind

std::string simaai::neat::Model::ModelInfo::RouteSelection::selected_post_kind

Name of the chosen post stage (e.g., detessdequant, boxdecode).

Definition at line 146 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.