Mila
Deep Neural Network Library
|
#include <cstdio>
#include <cstdlib>
#include <iostream>
Namespaces | |
namespace | Mila |
namespace | Mila::Helpers |
Functions | |
void * | Mila::Helpers::malloc_check (size_t size, const char *file, int line) |
Allocates memory with error checking. | |
void * | Mila::Helpers::mallocCheck (size_t size) |
Allocates memory with error checking. | |