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 NodeGroup is attached. More...

boolinclude_postprocess_stage = true

True if a postprocess NodeGroup 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 116 of file Model.h.

Public Member Attributes

include_postprocess_stage

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

True if a postprocess NodeGroup is attached.

Definition at line 118 of file Model.h.

include_preprocess_stage

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

True if a preprocess NodeGroup is attached.

Definition at line 117 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 119 of file Model.h.

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

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

122 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.