CvuOutputBinding Struct
Declaration
struct simaai::gst::CvuOutputBinding { ... }
Included Headers
#include <SimaPreparedRuntimeAbi.h>
Enumerations Index
| enum class | ContractKind { ... } |
Public Member Attributes Index
| int | output_slot = 0 |
| int | logical_output_index = -1 |
| int | physical_output_index = -1 |
| std::int64_t | byte_offset = 0 |
| std::string | dispatcher_name |
| std::string | cm_output_name |
| std::string | segment_name |
| ContractKind | contract_kind = ContractKind::Dense |
| std::vector< std::int64_t > | shape |
| std::optional< std::uint64_t > | size_bytes |
| std::string | dtype |
| std::string | layout |
Definition at line 140 of file SimaPreparedRuntimeAbi.h.