Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Attributes
IOSGLImageAllocator< T > Class Template Reference
Inheritance diagram for IOSGLImageAllocator< T >:
GLImageAllocator< T >

Public Member Functions

GLImageVector< T > * newImage (int num_images, int width, int height, int channels, int tile_x, int tile_y, bool useCVPixelBuffer)
 
template<>
const FourCharCode pixelFormat
 
template<>
const FourCharCode pixelFormat
 
- Public Member Functions inherited from GLImageAllocator< T >
virtual GLImageVector< T > * newImage (int num_images, int width, int height, int channels, int tile_x, int tile_y, std::function< const GLTexture *(const int width, const int height)> textureAllocator)
 
virtual GLImageVector< T > * ShareTexture (const GLuint textureID, int num_images, int width, int height, int channels, int tile_x=1, int tile_y=1)
 

Static Public Attributes

static const FourCharCode pixelFormat
 
- Static Public Attributes inherited from GLImageAllocator< T >
static const GLTexture::Typetype
 

Additional Inherited Members

- Static Public Member Functions inherited from GLImageAllocator< T >
static GLImageAllocator< T > * newGLImageAllocator ()
 

Detailed Description

template<class T>
class IOSGLImageAllocator< T >

Definition at line 9 of file IOSGLImageAllocator.h.


The documentation for this class was generated from the following files: