Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
This is the complete list of members for dl::utils::ImageLoader, including all inherited members.
load_image(const std::string &filename, size_t target_width=0, size_t target_height=0) | dl::utils::ImageLoader | static |
load_images_from_directory(const std::string &directory_path, size_t target_width=0, size_t target_height=0) | dl::utils::ImageLoader | static |