#include <string>#include <vector>#include <fstream>#include <iostream>Go to the source code of this file.
Classes | |
| class | keras::DataChunk |
| class | keras::DataChunk2D |
| class | keras::DataChunkFlat |
| class | keras::Layer |
| class | keras::LayerFlatten |
| class | keras::LayerMaxPooling |
| class | keras::LayerActivation |
| class | keras::LayerConv2D |
| class | keras::LayerDense |
| class | keras::KerasModel |
Namespaces | |
| keras | |
Functions | |
| std::vector< float > | keras::read_1d_array (std::ifstream &fin, int cols) |
| void | keras::missing_activation_impl (const std::string &act) |
| void | keras::conv_single_depth_valid (std::vector< std::vector< float > > &y, std::vector< std::vector< float > > const &im, std::vector< std::vector< float > > const &k) |
| void | keras::conv_single_depth_same (std::vector< std::vector< float > > &y, std::vector< std::vector< float > > const &im, std::vector< std::vector< float > > const &k) |
1.8.11