SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
tm_mat_t Struct Reference

#include <tinymaix.h>

Public Attributes

uint16_t dims
 
uint16_t h
 
uint16_t w
 
uint16_t c
 
union { 
 
   mtype_t *   data 
 
   float *   dataf 
 
};  
 

Member Data Documentation

◆ [union]

union { ... } tm_mat_t

◆ c

uint16_t tm_mat_t::c

◆ data

mtype_t* tm_mat_t::data

◆ dataf

float* tm_mat_t::dataf

◆ dims

uint16_t tm_mat_t::dims

◆ h

uint16_t tm_mat_t::h

◆ w

uint16_t tm_mat_t::w

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