LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
PointIdAlgKeras (const fhicl::ParameterSet &pset) | |
PointIdAlgKeras (const Config &config) | |
std::vector< float > | Run (std::vector< std::vector< float >> const &inp2d) const override |
std::vector< std::vector< float > > | Run (std::vector< std::vector< std::vector< float >>> const &inps, int samples=-1) const override |
Private Member Functions | |
std::string | findFile (const char *fileName) const |
Private Attributes | |
std::unique_ptr< keras::KerasModel > | m |
std::string | fNNetModelFilePath |
Definition at line 19 of file PointIdAlgKeras_tool.cc.
|
inlineexplicit |
Definition at line 21 of file PointIdAlgKeras_tool.cc.
References Run(), and lar::dump::vector().
|
explicit |
Definition at line 37 of file PointIdAlgKeras_tool.cc.
References findFile(), fNNetModelFilePath, and m.
|
private |
Definition at line 66 of file PointIdAlgKeras_tool.cc.
References art::errors::NotFound.
Referenced by PointIdAlgKeras().
|
override |
Definition at line 81 of file PointIdAlgKeras_tool.cc.
References m, and keras::DataChunk2D::set_data().
Referenced by PointIdAlgKeras().
|
override |
Definition at line 92 of file PointIdAlgKeras_tool.cc.
References DEFINE_ART_CLASS_TOOL, m, and keras::DataChunk::set_data().
|
private |
Definition at line 32 of file PointIdAlgKeras_tool.cc.
Referenced by PointIdAlgKeras().
|
private |
Definition at line 31 of file PointIdAlgKeras_tool.cc.
Referenced by PointIdAlgKeras(), and Run().