LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 | ||
) |
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::missing_activation_impl | ( | const std::string & | act | ) |
Definition at line 183 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 10 of file keras_model.cc.
References n.
Referenced by keras::DataChunk2D::read_from_file().