LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lcvn::ITFNetHandler Class Referenceabstract

Wrapper for caffe::Net which handles construction and prediction. More...

#include "ITFNetHandler.h"

Public Member Functions

virtual ~ITFNetHandler () noexcept=default
 
virtual std::vector< std::vector< float > > Predict (const PixelMap &pm) const =0
 Return prediction arrays for PixelMap. More...
 

Detailed Description

Wrapper for caffe::Net which handles construction and prediction.

Definition at line 19 of file ITFNetHandler.h.

Constructor & Destructor Documentation

virtual lcvn::ITFNetHandler::~ITFNetHandler ( )
virtualdefaultnoexcept

Member Function Documentation

virtual std::vector<std::vector<float> > lcvn::ITFNetHandler::Predict ( const PixelMap pm) const
pure virtual

Return prediction arrays for PixelMap.


The documentation for this class was generated from the following file: