SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (ModusToolbox)
Loading...
Searching...
No Matches
ai_stage_header_t Struct Reference

#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

Field Documentation

◆ magic

uint32_t ai_stage_header_t::magic

◆ version

uint32_t ai_stage_header_t::version

◆ model_offset

uint32_t ai_stage_header_t::model_offset

◆ model_bytes

uint32_t ai_stage_header_t::model_bytes

◆ model_crc32

uint32_t ai_stage_header_t::model_crc32

◆ arena_bytes

uint32_t ai_stage_header_t::arena_bytes

◆ frame_bytes

uint32_t ai_stage_header_t::frame_bytes

◆ window_depth

uint32_t ai_stage_header_t::window_depth

◆ window_stride

uint32_t ai_stage_header_t::window_stride

◆ in_elements

uint32_t ai_stage_header_t::in_elements

◆ sensor

uint8_t ai_stage_header_t::sensor

◆ class_count

uint8_t ai_stage_header_t::class_count

◆ period_ms

uint16_t ai_stage_header_t::period_ms

◆ sample_rate_hz

uint32_t ai_stage_header_t::sample_rate_hz

◆ axis_convention

uint8_t ai_stage_header_t::axis_convention

◆ reserved0

uint8_t ai_stage_header_t::reserved0

◆ reserved1

uint16_t ai_stage_header_t::reserved1

◆ model_id

uint8_t ai_stage_header_t::model_id[16]

◆ name

char ai_stage_header_t::name[AI_STAGE_NAME_LEN]

◆ labels

char ai_stage_header_t::labels[AI_STAGE_MAX_CLASSES][AI_STAGE_LABEL_LEN]

◆ header_crc32

uint32_t ai_stage_header_t::header_crc32

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