CVU kernel Node that tessellates a natural-layout tensor into MLA tile geometry. More...
Declaration
class simaai::neat::Tess { ... }
Base classes
| class | Node |
|
| class | NodeContractProvider |
|
| class | NodeContractConfigurable |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Description
CVU kernel Node that tessellates a natural-layout tensor into MLA tile geometry.
Inserted by the route planner before MLA stages whenever upstream emits natural HWC/CHW order. Application code rarely adds this directly — it appears via planner-generated routing or via CastTess/QuantTess fusions.
- See Also
"The dtype contract" page in /concepts/dtype_contract
Definition at line 69 of file Tess.h.
Public Constructors
Tess()
Public Member Functions
apply_compiled_contract()
| void simaai::neat::Tess::apply_compiled_contract (const CompiledNodeContract & contract, std::string * err) |
|
Apply a compiled contract back into this Node.
Definition at line 89 of file Tess.h.
backend_fragment()
| std::string simaai::neat::Tess::backend_fragment (int node_index) |
|
GStreamer fragment this Node emits.
Definition at line 91 of file Tess.h.
caps_behavior()
| NodeCapsBehavior simaai::neat::Tess::caps_behavior () |
|
inline
|
Whether the Node negotiates static or dynamic caps.
Definition at line 80 of file Tess.h.
81 return NodeCapsBehavior::Static;
82 }
compile_node_contract()
| bool simaai::neat::Tess::compile_node_contract (const ContractCompileInput & input, CompiledNodeContract * out, std::string * err) |
|
Compile this Node's contract from the given input.
Definition at line 86 of file Tess.h.
config_json()
| const nlohmann::json * simaai::neat::Tess::config_json () |
|
Resolved kernel config JSON, or null if no config was supplied/loaded.
Definition at line 96 of file Tess.h.
config_path()
| const std::string & simaai::neat::Tess::config_path () |
|
inline
|
Path to the kernel config JSON, if one was loaded from disk.
Definition at line 103 of file Tess.h.
104 return config_path_;
105 }
contract_definition()
| NodeContractDefinition simaai::neat::Tess::contract_definition () |
|
Structural contract definition for this Node.
Definition at line 84 of file Tess.h.
element_names()
| std::vector< std::string > simaai::neat::Tess::element_names (int node_index) |
|
Deterministic element names this Node will create.
Definition at line 93 of file Tess.h.
kind()
| std::string simaai::neat::Tess::kind () |
|
inline
|
Type label for this Node kind.
Definition at line 76 of file Tess.h.
76 std::string kind() const override {
77 return "Tess";
78 }
options()
| const TessOptions & simaai::neat::Tess::options () |
|
inline
|
Inspect the Node's options.
Definition at line 99 of file Tess.h.
Private Member Attributes
config_holder_
| std::shared_ptr<ConfigHolder> simaai::neat::Tess::config_holder_ |
|
Definition at line 113 of file Tess.h.
113 std::shared_ptr<ConfigHolder> config_holder_;
config_path_
| std::string simaai::neat::Tess::config_path_ |
|
Definition at line 114 of file Tess.h.
114 std::string config_path_;
opt_
| TessOptions simaai::neat::Tess::opt_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.