Skip to main content

CvuOutputBinding Struct

Declaration

struct simaai::gst::CvuOutputBinding { ... }

Included Headers

Enumerations Index

enum classContractKind { ... }

Public Member Attributes Index

intoutput_slot = 0
intlogical_output_index = -1
intphysical_output_index = -1
std::int64_tbyte_offset = 0
std::stringdispatcher_name
std::stringcm_output_name
std::stringsegment_name
ContractKindcontract_kind = ContractKind::Dense
std::vector< std::int64_t >shape
std::optional< std::uint64_t >size_bytes
std::stringdtype
std::stringlayout

Definition at line 140 of file SimaPreparedRuntimeAbi.h.

Enumerations

ContractKind

enum class simaai::gst::CvuOutputBinding::ContractKind
strong
Enumeration values
Dense
Packed

Definition at line 148 of file SimaPreparedRuntimeAbi.h.

148 enum class ContractKind {
149 Dense,
150 Packed,
151 };

Public Member Attributes

byte_offset

std::int64_t simaai::gst::CvuOutputBinding::byte_offset = 0

Definition at line 144 of file SimaPreparedRuntimeAbi.h.

144 std::int64_t byte_offset = 0;

cm_output_name

std::string simaai::gst::CvuOutputBinding::cm_output_name

Definition at line 146 of file SimaPreparedRuntimeAbi.h.

146 std::string cm_output_name;

contract_kind

ContractKind simaai::gst::CvuOutputBinding::contract_kind = ContractKind::Dense

dispatcher_name

std::string simaai::gst::CvuOutputBinding::dispatcher_name

Definition at line 145 of file SimaPreparedRuntimeAbi.h.

145 std::string dispatcher_name;

dtype

std::string simaai::gst::CvuOutputBinding::dtype

Definition at line 155 of file SimaPreparedRuntimeAbi.h.

155 std::string dtype;

layout

std::string simaai::gst::CvuOutputBinding::layout

Definition at line 156 of file SimaPreparedRuntimeAbi.h.

156 std::string layout;

logical_output_index

int simaai::gst::CvuOutputBinding::logical_output_index = -1

Definition at line 142 of file SimaPreparedRuntimeAbi.h.

output_slot

int simaai::gst::CvuOutputBinding::output_slot = 0

Definition at line 141 of file SimaPreparedRuntimeAbi.h.

141 int output_slot = 0;

physical_output_index

int simaai::gst::CvuOutputBinding::physical_output_index = -1

Definition at line 143 of file SimaPreparedRuntimeAbi.h.

segment_name

std::string simaai::gst::CvuOutputBinding::segment_name

Definition at line 147 of file SimaPreparedRuntimeAbi.h.

147 std::string segment_name;

shape

std::vector<std::int64_t> simaai::gst::CvuOutputBinding::shape

Definition at line 153 of file SimaPreparedRuntimeAbi.h.

153 std::vector<std::int64_t> shape;

size_bytes

std::optional<std::uint64_t> simaai::gst::CvuOutputBinding::size_bytes

Definition at line 154 of file SimaPreparedRuntimeAbi.h.

154 std::optional<std::uint64_t> size_bytes;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.