Declaration
typedef struct
{
int width;
int height;
std::vector< float > data;
} vitis::ai::Unet2DResult;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
data | 4 channels out data. Format: HWC |
Declaration
typedef struct
{
int width;
int height;
std::vector< float > data;
} vitis::ai::Unet2DResult;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
data | 4 channels out data. Format: HWC |