Source code of the inference helper functions to embed in generated code so that it is standalone and does not need to include TMVA/SOFIE_common.hxx.
Definition at line 609 of file SOFIE_common.hxx.
Public Attributes | |
| std::string | cladDefinitions |
| Clad custom-derivative definitions to place at file scope (outside the model namespace) so that Clad discovers them; empty when none are needed. | |
| std::string | definitions |
| function/type definitions to place inside the generated model namespace | |
| std::string | includes |
| include directives to place in the header preamble | |
#include <TMVA/SOFIE_common.hxx>
| std::string TMVA::Experimental::SOFIE::HelperFunctionsCode::cladDefinitions |
Clad custom-derivative definitions to place at file scope (outside the model namespace) so that Clad discovers them; empty when none are needed.
Definition at line 612 of file SOFIE_common.hxx.
| std::string TMVA::Experimental::SOFIE::HelperFunctionsCode::definitions |
function/type definitions to place inside the generated model namespace
Definition at line 611 of file SOFIE_common.hxx.
| std::string TMVA::Experimental::SOFIE::HelperFunctionsCode::includes |
include directives to place in the header preamble
Definition at line 610 of file SOFIE_common.hxx.