Definition at line 111 of file RModel_Base.hxx.
Public Member Functions | |
| virtual | ~RModel_GNNBase ()=default | 
| virtual void | Generate ()=0 | 
  Public Member Functions inherited from TMVA::Experimental::SOFIE::RModel_Base | |
| RModel_Base ()=default | |
| Default constructor.   | |
| RModel_Base (std::string function_name) | |
| RModel_Base (std::string name, std::string parsedtime) | |
| void | AddBlasRoutines (std::vector< std::string > routines) | 
| void | AddNeededCustomHeader (std::string filename) | 
| void | AddNeededStdLib (std::string libname) | 
| void | GenerateHeaderInfo (std::string &hgname) | 
| std::string | GetFilename () | 
| const std::string & | GetName () const | 
| void | OutputGenerated (std::string filename="", bool append=false) | 
| void | PrintGenerated () | 
| std::string | ReturnGenerated () | 
| void | SetFilename (std::string filename) | 
Additional Inherited Members | |
  Protected Attributes inherited from TMVA::Experimental::SOFIE::RModel_Base | |
| std::unordered_set< std::string > | fCustomOpHeaders | 
| std::string | fFileName | 
| std::string | fGC | 
| bool | fIsGNN = false | 
| bool | fIsGNNComponent = false | 
| std::string | fName = "UnnamedModel" | 
| std::unordered_set< std::string > | fNeededBlasRoutines | 
| std::unordered_set< std::string > | fNeededStdLib = {"vector"} | 
| std::string | fParseTime | 
| bool | fUseSession = true | 
| bool | fUseWeightFile = true | 
| WeightFileType | fWeightFile = WeightFileType::Text | 
#include <TMVA/RModel_Base.hxx>
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Implemented in TMVA::Experimental::SOFIE::RModel_GNN, and TMVA::Experimental::SOFIE::RModel_GraphIndependent.