NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::VNNclAlgorithm::__frameBlock_t Struct Reference

#include <cxVNNclAlgorithm.h>

Public Attributes

unsigned char * data
 
size_t length
 

Detailed Description

A representation of a Frame block in CPU memory. Since OpenCL has an upper limit on how big memory objects can be, we need to partition the input US images into several blocks. This struct represents one such block

Definition at line 39 of file cxVNNclAlgorithm.h.

Member Data Documentation

◆ data

unsigned char* cx::VNNclAlgorithm::__frameBlock_t::data

Definition at line 41 of file cxVNNclAlgorithm.h.

◆ length

size_t cx::VNNclAlgorithm::__frameBlock_t::length

Definition at line 42 of file cxVNNclAlgorithm.h.


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