Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::ImageAllocator< T > Class Template Reference
Inheritance diagram for caffe2::ImageAllocator< T >:
caffe2::CopyToOpenGLOp< T > caffe2::GLNormPlanarYUVOp< T > caffe2::OpenGLAddOp< T > caffe2::OpenGLConcatOp< T > caffe2::OpenGLConvOp< T, fusePRelu, fuseRelu > caffe2::OpenGLConvTransposeOp< T, fusePRelu, fuseRelu > caffe2::OpenGLInstanceNormPReluOp< T, FUSE_PRELU > caffe2::OpenGLMulOp< T > caffe2::OpenGLPadImageOp< T > caffe2::OpenGLPReluOp< T, reluType > caffe2::OpenGLResizeNearestOp< T > caffe2::OpenGLSigmoidOp< T, opType > caffe2::OpenGLSubOp< T >

Public Member Functions

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

Detailed Description

template<class T>
class caffe2::ImageAllocator< T >

Definition at line 9 of file ImageAllocator.h.


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