Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Experimental::SOFIE::RModel_GraphIndependent Class Referencefinal

Definition at line 60 of file RModel_GraphIndependent.hxx.

Public Member Functions

 RModel_GraphIndependent (GraphIndependent_Init &graph_input_struct)
 
void Generate () final
 
- Public Member Functions inherited from TMVA::Experimental::SOFIE::RModel_GNNBase
virtual ~RModel_GNNBase ()=default
 
- 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)
 

Private Attributes

std::unique_ptr< RFunction_Updateedges_update_block
 
std::unique_ptr< RFunction_Updateglobals_update_block
 
std::unique_ptr< RFunction_Updatenodes_update_block
 
std::size_t num_edge_features
 
std::size_t num_edges
 
std::size_t num_global_features
 
std::size_t num_node_features
 
std::size_t num_nodes
 

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_GraphIndependent.hxx>

Inheritance diagram for TMVA::Experimental::SOFIE::RModel_GraphIndependent:
[legend]

Constructor & Destructor Documentation

◆ RModel_GraphIndependent()

TMVA::Experimental::SOFIE::RModel_GraphIndependent::RModel_GraphIndependent ( GraphIndependent_Init & graph_input_struct)

Definition at line 11 of file RModel_GraphIndependent.cxx.

Member Function Documentation

◆ Generate()

void TMVA::Experimental::SOFIE::RModel_GraphIndependent::Generate ( )
finalvirtual

Member Data Documentation

◆ edges_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::RModel_GraphIndependent::edges_update_block
private

Definition at line 64 of file RModel_GraphIndependent.hxx.

◆ globals_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::RModel_GraphIndependent::globals_update_block
private

Definition at line 66 of file RModel_GraphIndependent.hxx.

◆ nodes_update_block

std::unique_ptr<RFunction_Update> TMVA::Experimental::SOFIE::RModel_GraphIndependent::nodes_update_block
private

Definition at line 65 of file RModel_GraphIndependent.hxx.

◆ num_edge_features

std::size_t TMVA::Experimental::SOFIE::RModel_GraphIndependent::num_edge_features
private

Definition at line 72 of file RModel_GraphIndependent.hxx.

◆ num_edges

std::size_t TMVA::Experimental::SOFIE::RModel_GraphIndependent::num_edges
private

Definition at line 69 of file RModel_GraphIndependent.hxx.

◆ num_global_features

std::size_t TMVA::Experimental::SOFIE::RModel_GraphIndependent::num_global_features
private

Definition at line 73 of file RModel_GraphIndependent.hxx.

◆ num_node_features

std::size_t TMVA::Experimental::SOFIE::RModel_GraphIndependent::num_node_features
private

Definition at line 71 of file RModel_GraphIndependent.hxx.

◆ num_nodes

std::size_t TMVA::Experimental::SOFIE::RModel_GraphIndependent::num_nodes
private

Definition at line 68 of file RModel_GraphIndependent.hxx.

  • tmva/sofie/inc/TMVA/RModel_GraphIndependent.hxx
  • tmva/sofie/src/RModel_GraphIndependent.cxx