Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Experimental::SOFIE::ROperator_Gather< T > Class Template Referencefinal

template<typename T>
class TMVA::Experimental::SOFIE::ROperator_Gather< T >

Definition at line 17 of file ROperator_Gather.hxx.

Public Member Functions

 ROperator_Gather ()
 
 ROperator_Gather (int64_t attrAxis, std::string nameX, std::string nameIndices, std::string nameY)
 
std::string Generate (std::string OpName)
 
void Initialize (RModel &model)
 
std::vector< std::vector< size_t > > ShapeInference (std::vector< std::vector< size_t > > input)
 
std::vector< ETensorTypeTypeInference (std::vector< ETensorType > input)
 
- Public Member Functions inherited from TMVA::Experimental::SOFIE::ROperator
virtual ~ROperator ()
 
virtual std::string GenerateInitCode ()
 
virtual std::string GenerateSessionMembersCode (std::string)
 
virtual std::vector< std::string > GetBlasRoutines ()
 
virtual std::vector< std::string > GetStdLibs ()
 
virtual std::string Header ()
 

Private Attributes

int64_t fAttrAxis = 0
 
std::vector< int64_t > fIndices
 
std::string fNIndices
 
std::string fNX
 
std::string fNY
 
std::vector< size_t > fShapeIndices
 
std::vector< size_t > fShapeX
 
std::vector< size_t > fShapeY
 
std::string fType
 

Additional Inherited Members

- Protected Attributes inherited from TMVA::Experimental::SOFIE::ROperator
bool fUseSession = false
 flag to identify if using the session class
 
const std::string SP = " "
 space used to correctly indent the generated C++ code
 

#include <TMVA/ROperator_Gather.hxx>

Inheritance diagram for TMVA::Experimental::SOFIE::ROperator_Gather< T >:
[legend]

Constructor & Destructor Documentation

◆ ROperator_Gather() [1/2]

template<typename T >
TMVA::Experimental::SOFIE::ROperator_Gather< T >::ROperator_Gather ( )
inline

Definition at line 36 of file ROperator_Gather.hxx.

◆ ROperator_Gather() [2/2]

template<typename T >
TMVA::Experimental::SOFIE::ROperator_Gather< T >::ROperator_Gather ( int64_t  attrAxis,
std::string  nameX,
std::string  nameIndices,
std::string  nameY 
)
inline

Definition at line 37 of file ROperator_Gather.hxx.

Member Function Documentation

◆ Generate()

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Gather< T >::Generate ( std::string  OpName)
inlinevirtual

Implements TMVA::Experimental::SOFIE::ROperator.

Definition at line 96 of file ROperator_Gather.hxx.

◆ Initialize()

template<typename T >
void TMVA::Experimental::SOFIE::ROperator_Gather< T >::Initialize ( RModel model)
inlinevirtual

Implements TMVA::Experimental::SOFIE::ROperator.

Definition at line 50 of file ROperator_Gather.hxx.

◆ ShapeInference()

template<typename T >
std::vector< std::vector< size_t > > TMVA::Experimental::SOFIE::ROperator_Gather< T >::ShapeInference ( std::vector< std::vector< size_t > >  input)
inlinevirtual

Implements TMVA::Experimental::SOFIE::ROperator.

Definition at line 45 of file ROperator_Gather.hxx.

◆ TypeInference()

template<typename T >
std::vector< ETensorType > TMVA::Experimental::SOFIE::ROperator_Gather< T >::TypeInference ( std::vector< ETensorType input)
inlinevirtual

Implements TMVA::Experimental::SOFIE::ROperator.

Definition at line 41 of file ROperator_Gather.hxx.

Member Data Documentation

◆ fAttrAxis

template<typename T >
int64_t TMVA::Experimental::SOFIE::ROperator_Gather< T >::fAttrAxis = 0
private

Definition at line 21 of file ROperator_Gather.hxx.

◆ fIndices

template<typename T >
std::vector<int64_t> TMVA::Experimental::SOFIE::ROperator_Gather< T >::fIndices
private

Definition at line 31 of file ROperator_Gather.hxx.

◆ fNIndices

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Gather< T >::fNIndices
private

Definition at line 24 of file ROperator_Gather.hxx.

◆ fNX

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Gather< T >::fNX
private

Definition at line 23 of file ROperator_Gather.hxx.

◆ fNY

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Gather< T >::fNY
private

Definition at line 25 of file ROperator_Gather.hxx.

◆ fShapeIndices

template<typename T >
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather< T >::fShapeIndices
private

Definition at line 28 of file ROperator_Gather.hxx.

◆ fShapeX

template<typename T >
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather< T >::fShapeX
private

Definition at line 27 of file ROperator_Gather.hxx.

◆ fShapeY

template<typename T >
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather< T >::fShapeY
private

Definition at line 29 of file ROperator_Gather.hxx.

◆ fType

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Gather< T >::fType
private

Definition at line 33 of file ROperator_Gather.hxx.

  • tmva/sofie/inc/TMVA/ROperator_Gather.hxx