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>
23 auto operator()(AlwaysT<N>... args) ->
decltype(fFunc.Compute({args...})) {
return fFunc.Compute({args...}); }
29template <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