Definition at line 16 of file ROperator_Gather.hxx.
|
bool | fIsOutputConstant = false |
| flag to identify if operator has a constant output (no need to generate code)
|
|
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>
◆ ROperator_Gather() [1/2]
TMVA::Experimental::SOFIE::ROperator_Gather::ROperator_Gather |
( |
| ) |
|
|
inline |
◆ ROperator_Gather() [2/2]
TMVA::Experimental::SOFIE::ROperator_Gather::ROperator_Gather |
( |
int64_t |
attrAxis, |
|
|
std::string |
nameX, |
|
|
std::string |
nameIndices, |
|
|
std::string |
nameY |
|
) |
| |
|
inline |
◆ Generate()
std::string TMVA::Experimental::SOFIE::ROperator_Gather::Generate |
( |
std::string |
OpName | ) |
|
|
inlinevirtual |
◆ Initialize()
void TMVA::Experimental::SOFIE::ROperator_Gather::Initialize |
( |
RModel & |
model | ) |
|
|
inlinevirtual |
◆ ShapeInference()
std::vector< std::vector< size_t > > TMVA::Experimental::SOFIE::ROperator_Gather::ShapeInference |
( |
std::vector< std::vector< size_t > > |
input | ) |
|
|
inlinevirtual |
◆ TypeInference()
std::vector< ETensorType > TMVA::Experimental::SOFIE::ROperator_Gather::TypeInference |
( |
std::vector< ETensorType > |
input | ) |
|
|
inlinevirtual |
◆ fAttrAxis
int64_t TMVA::Experimental::SOFIE::ROperator_Gather::fAttrAxis = 0 |
|
private |
◆ fIndices
std::vector<int64_t> TMVA::Experimental::SOFIE::ROperator_Gather::fIndices |
|
private |
◆ fNIndices
std::string TMVA::Experimental::SOFIE::ROperator_Gather::fNIndices |
|
private |
◆ fNX
std::string TMVA::Experimental::SOFIE::ROperator_Gather::fNX |
|
private |
◆ fNY
std::string TMVA::Experimental::SOFIE::ROperator_Gather::fNY |
|
private |
◆ fShapeIndices
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeIndices |
|
private |
◆ fShapeX
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeX |
|
private |
◆ fShapeY
std::vector<size_t> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeY |
|
private |
◆ fType
std::string TMVA::Experimental::SOFIE::ROperator_Gather::fType |
|
private |
tmva/sofie/inc/TMVA/ROperator_Gather.hxx