Classes | |
| class | DataChunk |
| class | DataChunk2D |
| class | DataChunkFlat |
| class | KerasModel |
| class | Layer |
| class | LayerActivation |
| class | LayerConv2D |
| class | LayerDense |
| class | LayerFlatten |
| class | LayerMaxPooling |
Functions | |
| std::vector< float > | read_1d_array (std::ifstream &fin, int cols) |
| void | missing_activation_impl (const std::string &act) |
| void | 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 | conv_single_depth_same (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 | ||
| ) |
Definition at line 273 of file keras_model.cc.
| 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 | ||
| ) |
Definition at line 246 of file keras_model.cc.
| void keras::missing_activation_impl | ( | const std::string & | act | ) |
Definition at line 175 of file keras_model.cc.
| std::vector< float > keras::read_1d_array | ( | std::ifstream & | fin, |
| int | cols | ||
| ) |
Definition at line 11 of file keras_model.cc.
1.8.11