|
ConvNet
1.0
A GPU-based C++ implementation of Convolutional Neural Nets
|
This is the complete list of members for Matrix, including all inherited members.
| Add(Matrix &m) (defined in Matrix) | Matrix | |
| AllocateAndReadHDF5(hid_t file, const string &name) (defined in Matrix) | Matrix | |
| AllocateGPUMemory(const int rows, const int cols, const string &name) (defined in Matrix) | Matrix | |
| AllocateGPUMemory(const int rows, const int cols) (defined in Matrix) | Matrix | |
| AllocateMainMemory(const int rows, const int cols) (defined in Matrix) | Matrix | |
| CopyFromMainMemory(Matrix &mat) (defined in Matrix) | Matrix | |
| CopyToDevice() (defined in Matrix) | Matrix | |
| CopyToDeviceSlice(const int start, const int end) (defined in Matrix) | Matrix | |
| CopyToHost() (defined in Matrix) | Matrix | |
| CopyToHostSlice(const int start, const int end) (defined in Matrix) | Matrix | |
| FillWithRand() (defined in Matrix) | Matrix | |
| FillWithRandn() (defined in Matrix) | Matrix | |
| GetCols() const (defined in Matrix) | Matrix | inline |
| GetDevice() (defined in Matrix) | Matrix | static |
| GetGPUId() const (defined in Matrix) | Matrix | inline |
| GetHostData() (defined in Matrix) | Matrix | inline |
| GetMat() (defined in Matrix) | Matrix | inline |
| GetMatTranspose() (defined in Matrix) | Matrix | inline |
| GetNumBoards() (defined in Matrix) | Matrix | inlinestatic |
| GetNumEls() const (defined in Matrix) | Matrix | inline |
| GetOnes(int rows, int cols, Matrix &ones) (defined in Matrix) | Matrix | static |
| GetRows() const (defined in Matrix) | Matrix | inline |
| GetShapeString() (defined in Matrix) | Matrix | |
| GetSlice(Matrix &slice, int start, int end) (defined in Matrix) | Matrix | |
| GetTemp(int rows, int cols, Matrix &temp) (defined in Matrix) | Matrix | static |
| InitRandom(int seed) (defined in Matrix) | Matrix | static |
| Matrix() (defined in Matrix) | Matrix | |
| Matrix(const int rows, const int cols, const bool on_gpu) (defined in Matrix) | Matrix | |
| Norm() (defined in Matrix) | Matrix | |
| ones_ (defined in Matrix) | Matrix | static |
| Print() (defined in Matrix) | Matrix | |
| ReadFromFile(FILE *file) (defined in Matrix) | Matrix | |
| ReadHDF5(hid_t file, const string &name) (defined in Matrix) | Matrix | |
| RegisterOnes(int size) (defined in Matrix) | Matrix | static |
| RegisterTempMemory(int size) (defined in Matrix) | Matrix | static |
| RegisterTempMemory(int size, const string &why) (defined in Matrix) | Matrix | static |
| Reshape(const int rows, const int cols) (defined in Matrix) | Matrix | |
| rnd_ (defined in Matrix) | Matrix | static |
| Set(const float val) (defined in Matrix) | Matrix | |
| Set(Matrix &val) (defined in Matrix) | Matrix | |
| SetDevice(int gpu_id) (defined in Matrix) | Matrix | static |
| SetReady() (defined in Matrix) | Matrix | |
| SetupCUDADevice(int gpu_id) (defined in Matrix) | Matrix | static |
| SetupCUDADevices(const vector< int > &boards) (defined in Matrix) | Matrix | static |
| SquashRelu() (defined in Matrix) | Matrix | |
| Sum() (defined in Matrix) | Matrix | |
| SyncAllDevices() (defined in Matrix) | Matrix | static |
| temp_ (defined in Matrix) | Matrix | static |
| Tie(Matrix &m) (defined in Matrix) | Matrix | |
| WaitTillReady() (defined in Matrix) | Matrix | |
| WriteHDF5(hid_t file, const string &name) (defined in Matrix) | Matrix | |
| WriteToFile(FILE *file) (defined in Matrix) | Matrix | |
| ~Matrix() (defined in Matrix) | Matrix |
1.8.7