|
SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (MTB & µPython)
|
#include <ipc_model_stage_defs.h>
Data Fields | |
| uint32_t | magic |
| uint32_t | version |
| uint32_t | model_offset |
| uint32_t | model_bytes |
| uint32_t | model_crc32 |
| uint32_t | arena_bytes |
| uint32_t | frame_bytes |
| uint32_t | window_depth |
| uint32_t | window_stride |
| uint32_t | in_elements |
| uint8_t | sensor |
| uint8_t | class_count |
| uint16_t | period_ms |
| uint32_t | sample_rate_hz |
| uint8_t | axis_convention |
| uint8_t | reserved0 |
| uint16_t | reserved1 |
| uint8_t | model_id [16] |
| char | name [AI_STAGE_NAME_LEN] |
| char | labels [AI_STAGE_MAX_CLASSES][AI_STAGE_LABEL_LEN] |
| uint32_t | header_crc32 |
| uint32_t ai_stage_header_t::magic |
| uint32_t ai_stage_header_t::version |
| uint32_t ai_stage_header_t::model_offset |
| uint32_t ai_stage_header_t::model_bytes |
| uint32_t ai_stage_header_t::model_crc32 |
| uint32_t ai_stage_header_t::arena_bytes |
| uint32_t ai_stage_header_t::frame_bytes |
| uint32_t ai_stage_header_t::window_depth |
| uint32_t ai_stage_header_t::window_stride |
| uint32_t ai_stage_header_t::in_elements |
| uint8_t ai_stage_header_t::sensor |
| uint8_t ai_stage_header_t::class_count |
| uint16_t ai_stage_header_t::period_ms |
| uint32_t ai_stage_header_t::sample_rate_hz |
| uint8_t ai_stage_header_t::axis_convention |
| uint8_t ai_stage_header_t::reserved0 |
| uint16_t ai_stage_header_t::reserved1 |
| uint8_t ai_stage_header_t::model_id[16] |
| char ai_stage_header_t::name[AI_STAGE_NAME_LEN] |
| char ai_stage_header_t::labels[AI_STAGE_MAX_CLASSES][AI_STAGE_LABEL_LEN] |
| uint32_t ai_stage_header_t::header_crc32 |