Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 60 of file cxVNNclAlgorithm.h.

Member Data Documentation

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

Definition at line 62 of file cxVNNclAlgorithm.h.

size_t cx::VNNclAlgorithm::__frameBlock_t::length

Definition at line 63 of file cxVNNclAlgorithm.h.


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