Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
SOFIEHelpers.hxx File Reference
#include <type_traits>
#include <utility>
#include <vector>
#include <string>
Include dependency graph for SOFIEHelpers.hxx:

Namespaces

namespace  TMVA
 create variable transformations
 
namespace  TMVA::Experimental
 

Functions

template<std::size_t N, typename Session_t >
auto TMVA::Experimental::SofieFunctor (unsigned int nslots=0, const std::string &weightsFile="") -> SofieFunctorHelper< std::make_index_sequence< N >, Session_t, float >
 SofieFunctor : used to wrap the infer function of the generated model by SOFIE in a RDF compatible signature.