Definition at line 16 of file ROperator_GatherND.hxx.
|
| std::vector< std::string_view > | fInputTensorNames |
| |
| bool | fIsOutputConstant = false |
| | flag to identify if operator has a constant output (no need to generate code)
|
| |
| bool | fIsOutputParamShape = false |
| | flag to identify of the output represents a parametric shape (can be known at compile time)
|
| |
| 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_GatherND.hxx>
◆ ROperator_GatherND() [1/2]
| TMVA::Experimental::SOFIE::ROperator_GatherND::ROperator_GatherND |
( |
| ) |
|
|
inline |
◆ ROperator_GatherND() [2/2]
| TMVA::Experimental::SOFIE::ROperator_GatherND::ROperator_GatherND |
( |
int | batch_dims, |
|
|
std::string | nameX, |
|
|
std::string | nameIndices, |
|
|
std::string | nameY ) |
|
inline |
◆ Generate()
| std::string TMVA::Experimental::SOFIE::ROperator_GatherND::Generate |
( |
std::string | opName | ) |
|
|
inlineoverridevirtual |
◆ Initialize()
| void TMVA::Experimental::SOFIE::ROperator_GatherND::Initialize |
( |
RModel & | model | ) |
|
|
inlineoverridevirtual |
◆ fBatchDims
| size_t TMVA::Experimental::SOFIE::ROperator_GatherND::fBatchDims = 0 |
|
private |
◆ fIndices
| std::vector<int64_t> TMVA::Experimental::SOFIE::ROperator_GatherND::fIndices |
|
private |
◆ fNIndices
| std::string TMVA::Experimental::SOFIE::ROperator_GatherND::fNIndices |
|
private |
◆ fNX
| std::string TMVA::Experimental::SOFIE::ROperator_GatherND::fNX |
|
private |
◆ fNY
| std::string TMVA::Experimental::SOFIE::ROperator_GatherND::fNY |
|
private |
◆ fShapeIndices
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_GatherND::fShapeIndices |
|
private |
◆ fShapeX
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_GatherND::fShapeX |
|
private |
◆ fShapeY
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_GatherND::fShapeY |
|
private |
◆ fType
| std::string TMVA::Experimental::SOFIE::ROperator_GatherND::fType |
|
private |