|
IMX500 MCU SDK
API reference for the Arducam IMX500 MCU SDK
|
Parsed tensor descriptor plus bound tensor payload pointer. More...
#include <ArducamIMX500SDK.h>
Data Fields | |
| uint32_t | aligned_data_bytes |
| uint8_t | bits_per_element |
| const uint8_t * | data |
| uint32_t | data_bytes |
| uint8_t | dimension_count |
| IMX500TensorDimension | dimensions [IMX500_MAX_TENSOR_DIMS] |
| uint32_t | element_count |
| uint8_t | format |
| uint32_t | id |
| char | name [48] |
| float | scale |
| int32_t | zero_point |
Parsed tensor descriptor plus bound tensor payload pointer.
Definition at line 58 of file ArducamIMX500SDK.h.
| uint32_t IMX500ParsedTensor::aligned_data_bytes |
Definition at line 68 of file ArducamIMX500SDK.h.
| uint8_t IMX500ParsedTensor::bits_per_element |
Definition at line 62 of file ArducamIMX500SDK.h.
| const uint8_t* IMX500ParsedTensor::data |
Definition at line 69 of file ArducamIMX500SDK.h.
| uint32_t IMX500ParsedTensor::data_bytes |
Definition at line 67 of file ArducamIMX500SDK.h.
| uint8_t IMX500ParsedTensor::dimension_count |
Definition at line 63 of file ArducamIMX500SDK.h.
| IMX500TensorDimension IMX500ParsedTensor::dimensions[IMX500_MAX_TENSOR_DIMS] |
Definition at line 70 of file ArducamIMX500SDK.h.
| uint32_t IMX500ParsedTensor::element_count |
Definition at line 66 of file ArducamIMX500SDK.h.
| uint8_t IMX500ParsedTensor::format |
Definition at line 61 of file ArducamIMX500SDK.h.
| uint32_t IMX500ParsedTensor::id |
Definition at line 59 of file ArducamIMX500SDK.h.
| char IMX500ParsedTensor::name[48] |
Definition at line 60 of file ArducamIMX500SDK.h.
| float IMX500ParsedTensor::scale |
Definition at line 65 of file ArducamIMX500SDK.h.
| int32_t IMX500ParsedTensor::zero_point |
Definition at line 64 of file ArducamIMX500SDK.h.