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 324 of file SimaPreparedRuntimeAbi.h.
Public Member Attributes
elem_count
|
Definition at line 327 of file SimaPreparedRuntimeAbi.h.
327 std::size_t elem_count = 0U;
input_byte_offset
|
Definition at line 328 of file SimaPreparedRuntimeAbi.h.
328 std::uint64_t input_byte_offset = 0U;
input_contiguous
|
Definition at line 335 of file SimaPreparedRuntimeAbi.h.
335 bool input_contiguous = true;
input_elem_offset
|
Definition at line 325 of file SimaPreparedRuntimeAbi.h.
325 std::size_t input_elem_offset = 0U;
input_stride_bytes
|
Definition at line 333 of file SimaPreparedRuntimeAbi.h.
333 std::vector<std::int64_t> input_stride_bytes;
output_byte_offset
|
Definition at line 329 of file SimaPreparedRuntimeAbi.h.
329 std::uint64_t output_byte_offset = 0U;