#include <FPGATrackSimNNMap.h>
|
std::shared_ptr< lwt::LightweightGraph > | m_lwnn_map |
|
Definition at line 26 of file FPGATrackSimNNMap.h.
◆ FPGATrackSimNNMap()
FPGATrackSimNNMap::FPGATrackSimNNMap |
( |
const std::string & |
filepath | ) |
|
Definition at line 26 of file FPGATrackSimNNMap.cxx.
30 std::string weightsFileName = filepath;
31 std::ifstream input_cfg(weightsFileName.c_str());
32 if (input_cfg.is_open())
36 throw (
"FPGATrackSimNNMap could not open " + weightsFileName);
40 m_lwnn_map = std::shared_ptr<lwt::LightweightGraph> (
new lwt::LightweightGraph(
cfg ));
◆ getNNMap()
std::shared_ptr< lwt::LightweightGraph > FPGATrackSimNNMap::getNNMap |
( |
| ) |
const |
◆ m_lwnn_map
std::shared_ptr<lwt::LightweightGraph> FPGATrackSimNNMap::m_lwnn_map |
|
private |
The documentation for this class was generated from the following files: