Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
GLImageVector< T > Class Template Reference

Public Member Functions

GLImage< T > * operator[] (int index) const
 
void push_back (GLImage< T > *image)
 
int size () const
 
int channels () const
 
int width () const
 
int height () const
 
int tile_x () const
 
int tile_y () const
 
int slices () const
 
 GLImageVector (int num_images, int width, int height, int channels, int tile_x=1, int tile_y=1)
 

Detailed Description

template<typename T>
class GLImageVector< T >

Definition at line 102 of file GLImage.h.


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