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 121 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 123 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 122 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 124 of file Model.h.

124 bool infer_only = false;

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 125 of file Model.h.

125 std::string preprocess_graph;

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 127 of file Model.h.

127 std::string selected_post_kind;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.