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

Public Member Functions

virtual GLImageVector< T > * newImage (int num_images, int width, int height, int channels, int tile_x, int tile_y, bool is_output)
 
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 Member Functions

static GLImageAllocator< T > * newGLImageAllocator ()
 

Static Public Attributes

static const GLTexture::Typetype
 

Detailed Description

template<class T>
class GLImageAllocator< T >

Definition at line 8 of file GLImageAllocator.h.


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