Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TMVA::Experimental::SOFIE::ROperator_Tile< T > Class Template Referencefinal

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

Definition at line 15 of file ROperator_Tile.hxx.

Public Member Functions

 ROperator_Tile ()
 
 ROperator_Tile (std::string nameRepeat, std::string nameInput, std::string nameY)
 
std::string Generate (std::string OpName) override
 
void Initialize (RModel &model) override
 
std::vector< std::vector< size_t > > ShapeInference (std::vector< std::vector< size_t > > input) override
 
std::vector< ETensorTypeTypeInference (std::vector< ETensorType > input) override
 
- Public Member Functions inherited from TMVA::Experimental::SOFIE::ROperator
virtual ~ROperator ()
 
virtual std::string GenerateDeclCode ()
 
virtual std::string GenerateInitCode ()
 
virtual std::string GenerateSessionMembersCode (std::string)
 
virtual std::vector< std::string > GetBlasRoutines ()
 
std::span< const std::string_view > GetOpInputTensors () const
 
std::span< const std::string_view > GetOpOutputTensors () const
 
virtual std::vector< std::string > GetStdLibs ()
 
virtual std::string Header ()
 

Private Attributes

std::string fNInput
 
std::string fNRepeats
 
std::string fNY
 
std::vector< size_t > fShapeInput
 
std::vector< size_t > fShapeY
 

Additional Inherited Members

- Protected Attributes inherited from TMVA::Experimental::SOFIE::ROperator
std::vector< std::string_view > fInputTensorNames
 
bool fIsOutputConstant = false
 flag to identify if operator has a constant output (no need to generate code)
 
std::vector< std::string_view > fOutputTensorNames
 
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_Tile.hxx>

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

Constructor & Destructor Documentation

◆ ROperator_Tile() [1/2]

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

Definition at line 27 of file ROperator_Tile.hxx.

◆ ROperator_Tile() [2/2]

template<typename T >
TMVA::Experimental::SOFIE::ROperator_Tile< T >::ROperator_Tile ( std::string nameRepeat,
std::string nameInput,
std::string nameY )
inline

Definition at line 28 of file ROperator_Tile.hxx.

Member Function Documentation

◆ Generate()

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Tile< T >::Generate ( std::string OpName)
inlineoverridevirtual

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

Definition at line 91 of file ROperator_Tile.hxx.

◆ Initialize()

template<typename T >
void TMVA::Experimental::SOFIE::ROperator_Tile< T >::Initialize ( RModel & model)
inlineoverridevirtual

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

Definition at line 47 of file ROperator_Tile.hxx.

◆ ShapeInference()

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

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

Definition at line 38 of file ROperator_Tile.hxx.

◆ TypeInference()

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

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

Definition at line 34 of file ROperator_Tile.hxx.

Member Data Documentation

◆ fNInput

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Tile< T >::fNInput
private

Definition at line 21 of file ROperator_Tile.hxx.

◆ fNRepeats

template<typename T >
std::string TMVA::Experimental::SOFIE::ROperator_Tile< T >::fNRepeats
private

Definition at line 20 of file ROperator_Tile.hxx.

◆ fNY

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

Definition at line 22 of file ROperator_Tile.hxx.

◆ fShapeInput

template<typename T >
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Tile< T >::fShapeInput
private

Definition at line 23 of file ROperator_Tile.hxx.

◆ fShapeY

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

Definition at line 24 of file ROperator_Tile.hxx.

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