#include <PointIdAlg.h>
Definition at line 64 of file PointIdAlg.h.
 
      
        
          | nnet::KerasModelInterface::KerasModelInterface  | 
          ( | 
          const char *  | 
          modelFileName | ) | 
           | 
        
      
 
Definition at line 67 of file PointIdAlg.cxx.
   70   mf::LogInfo(
"KerasModelInterface") << 
"Keras model loaded.";
 MaybeLogger_< ELseverityLevel::ELsev_info, false > LogInfo
 
std::string findFile(const char *fileName) const 
 
 
 
 
Implements nnet::ModelInterface.
Definition at line 75 of file PointIdAlg.cxx.
   77   std::vector<std::vector<std::vector<float>>> inp3d;
    78   inp3d.push_back(inp2d); 
 virtual void set_data(std::vector< std::vector< std::vector< float > > > const &)
 
std::vector< float > compute_output(keras::DataChunk *dc)
 
 
 
 
The documentation for this class was generated from the following files:
- larrecodnn/larrecodnn/ImagePatternAlgs/Tensorflow/PointIdAlg/PointIdAlg.h
 
- larrecodnn/larrecodnn/ImagePatternAlgs/Tensorflow/PointIdAlg/PointIdAlg.cxx