DequantPreparedSpan Struct
Declaration
struct simaai::gst::DequantPreparedSpan { ... }
Included Headers
#include <SimaPreparedRuntimeAbi.h>
Public Member Attributes Index
| std::size_t | input_elem_offset = 0U |
| std::size_t | output_elem_offset = 0U |
| std::size_t | elem_count = 0U |
| std::uint64_t | input_byte_offset = 0U |
| std::uint64_t | output_byte_offset = 0U |
| double | q_scale = 0.0 |
| std::int64_t | q_zp = 0 |
| std::vector< std::int64_t > | shape |
| std::vector< std::int64_t > | input_stride_bytes |
| std::vector< std::int64_t > | output_stride_bytes |
| bool | input_contiguous = true |
| bool | output_contiguous = true |
Definition at line 342 of file SimaPreparedRuntimeAbi.h.
Public Member Attributes
elem_count
|
Definition at line 345 of file SimaPreparedRuntimeAbi.h.