LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
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 276 of file keras_model.cc.
References y.
Referenced by keras::LayerConv2D::compute_output().
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 249 of file keras_model.cc.
References y.
Referenced by keras::LayerConv2D::compute_output().
void keras::missing_activation_impl | ( | const std::string & | act | ) |
Definition at line 178 of file keras_model.cc.
Referenced by keras::LayerActivation::compute_output().
std::vector< float > keras::read_1d_array | ( | std::ifstream & | fin, |
int | cols | ||
) |
Definition at line 14 of file keras_model.cc.
References n.
Referenced by keras::DataChunk2D::read_from_file().