1#ifndef TMVA_RINFERENCEUTILS 
    2#define TMVA_RINFERENCEUTILS 
    7namespace Experimental {
 
   12template <
typename I, 
typename T, 
typename F>
 
   15template <std::size_t... 
N, 
typename T, 
typename F>
 
   17   template <std::
size_t Idx>
 
   24      return fFunc.Compute({args...});
 
   31template <std::
size_t N, 
typename T, 
typename F>
 
TRObject operator()(const T1 &t1) const
void forward(const LAYERDATA &prevLayerData, LAYERDATA &currLayerData)
apply the weights (and functions) in forward direction of the DNN
auto Compute(F &&f) -> Internal::ComputeHelper< std::make_index_sequence< N >, T, F >
Helper to pass TMVA model to RDataFrame.Define nodes.
create variable transformations