RouteCapabilities Struct
What pre/post adapters the MPK contract provides (read from manifest stages). More...
Declaration
Included Headers
Public Member Attributes Index
| bool | has_pre_quantization = ... |
|
MPK contract provides a preprocess quantize (FP→INT8) stage. More... | |
| bool | has_pre_tessellation = ... |
|
MPK contract provides a preprocess tessellate (tile-layout) stage. More... | |
| bool | has_pre_cast = ... |
|
MPK contract provides a preprocess cast (FP dtype convert) stage. More... | |
| bool | has_post_detessellation = ... |
|
MPK contract provides a post detessellate (tile→row-major) stage. More... | |
| bool | has_post_dequantization = ... |
|
MPK contract provides a post dequantize (INT8→FP) stage. More... | |
| bool | has_post_cast = false |
|
MPK contract provides a post cast (FP dtype convert) stage. More... | |
| bool | has_post_boxdecode = ... |
|
Manifest includes a fused detection-decode stage (YOLO BoxDecode). More... | |
Description
What pre/post adapters the MPK contract provides (read from manifest stages).
Definition at line 104 of file Model.h.
Public Member Attributes
has_post_boxdecode
|
Manifest includes a fused detection-decode stage (YOLO BoxDecode).
- Initialiser
-
= false
Definition at line 116 of file Model.h.
has_post_cast
|
MPK contract provides a post cast (FP dtype convert) stage.
Definition at line 115 of file Model.h.
has_post_dequantization
|
MPK contract provides a post dequantize (INT8→FP) stage.
- Initialiser
-
= false
Definition at line 113 of file Model.h.
has_post_detessellation
|
MPK contract provides a post detessellate (tile→row-major) stage.
- Initialiser
-
= false
Definition at line 111 of file Model.h.
has_pre_cast
|
MPK contract provides a preprocess cast (FP dtype convert) stage.
- Initialiser
-
= false
Definition at line 109 of file Model.h.
has_pre_quantization
|
MPK contract provides a preprocess quantize (FP→INT8) stage.
- Initialiser
-
= false
Definition at line 105 of file Model.h.
has_pre_tessellation
|
MPK contract provides a preprocess tessellate (tile-layout) stage.
- Initialiser
-
= false
Definition at line 107 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.