Definition at line 16 of file ROperator_Gather.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 knwon 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_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 | ) |
|
|
inlineoverridevirtual |
◆ GenerateDeclCode()
| virtual std::string TMVA::Experimental::SOFIE::ROperator::GenerateDeclCode |
( |
| ) |
|
|
inlinevirtualinherited |
◆ GenerateInitCode()
| virtual std::string TMVA::Experimental::SOFIE::ROperator::GenerateInitCode |
( |
| ) |
|
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_BasicBinary< T, Op >, TMVA::Experimental::SOFIE::ROperator_Conv< T >, TMVA::Experimental::SOFIE::ROperator_ConvTranspose< T >, TMVA::Experimental::SOFIE::ROperator_Einsum< T >, TMVA::Experimental::SOFIE::ROperator_Expand< T >, TMVA::Experimental::SOFIE::ROperator_Identity< T >, TMVA::Experimental::SOFIE::ROperator_LayerNormalization< T >, TMVA::Experimental::SOFIE::ROperator_Pool< T >, TMVA::Experimental::SOFIE::ROperator_Random, TMVA::Experimental::SOFIE::ROperator_ScatterElements, and TMVA::Experimental::SOFIE::ROperator_Where< T >.
Definition at line 29 of file ROperator.hxx.
◆ GenerateSessionMembersCode()
| virtual std::string TMVA::Experimental::SOFIE::ROperator::GenerateSessionMembersCode |
( |
std::string | | ) |
|
|
inlinevirtualinherited |
◆ GetBlasRoutines()
| virtual std::vector< std::string > TMVA::Experimental::SOFIE::ROperator::GetBlasRoutines |
( |
| ) |
|
|
inlinevirtualinherited |
◆ GetOpInputTensors()
| std::span< const std::string_view > TMVA::Experimental::SOFIE::ROperator::GetOpInputTensors |
( |
| ) |
const |
|
inlineinherited |
◆ GetOpOutputTensors()
| std::span< const std::string_view > TMVA::Experimental::SOFIE::ROperator::GetOpOutputTensors |
( |
| ) |
const |
|
inlineinherited |
◆ GetStdLibs()
| virtual std::vector< std::string > TMVA::Experimental::SOFIE::ROperator::GetStdLibs |
( |
| ) |
|
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_Basic_Is< Op >, TMVA::Experimental::SOFIE::ROperator_BasicBinary< T, Op >, TMVA::Experimental::SOFIE::ROperator_BasicNary< T, Op >, TMVA::Experimental::SOFIE::ROperator_BasicUnary< T, Op >, TMVA::Experimental::SOFIE::ROperator_Erf< T >, TMVA::Experimental::SOFIE::ROperator_Gelu, TMVA::Experimental::SOFIE::ROperator_LayerNormalization< T >, TMVA::Experimental::SOFIE::ROperator_Random, TMVA::Experimental::SOFIE::ROperator_Selu< T >, TMVA::Experimental::SOFIE::ROperator_Sigmoid< T >, TMVA::Experimental::SOFIE::ROperator_Softmax, TMVA::Experimental::SOFIE::ROperator_Swish< T >, and TMVA::Experimental::SOFIE::ROperator_Tanh< T >.
Definition at line 23 of file ROperator.hxx.
◆ Header()
| virtual std::string TMVA::Experimental::SOFIE::ROperator::Header |
( |
| ) |
|
|
inlinevirtualinherited |
◆ Initialize()
| void TMVA::Experimental::SOFIE::ROperator_Gather::Initialize |
( |
RModel & | model | ) |
|
|
inlineoverridevirtual |
◆ IsOutputConstant()
| bool TMVA::Experimental::SOFIE::ROperator::IsOutputConstant |
( |
| ) |
const |
|
inlineinherited |
check if the output of the operator is Constant and is evaluated at initialization time
Definition at line 37 of file ROperator.hxx.
◆ ShapeInference()
| std::vector< std::vector< size_t > > TMVA::Experimental::SOFIE::ROperator_Gather::ShapeInference |
( |
std::vector< std::vector< size_t > > | input | ) |
|
|
inlineoverridevirtual |
◆ TypeInference()
| std::vector< ETensorType > TMVA::Experimental::SOFIE::ROperator_Gather::TypeInference |
( |
std::vector< ETensorType > | input | ) |
|
|
inlineoverridevirtual |
◆ fAttrAxis
| int64_t TMVA::Experimental::SOFIE::ROperator_Gather::fAttrAxis = 0 |
|
private |
◆ fIndices
| std::vector<int64_t> TMVA::Experimental::SOFIE::ROperator_Gather::fIndices |
|
private |
◆ fInputTensorNames
| std::vector<std::string_view> TMVA::Experimental::SOFIE::ROperator::fInputTensorNames |
|
mutableprotectedinherited |
◆ fIsOutputConstant
| bool TMVA::Experimental::SOFIE::ROperator::fIsOutputConstant = false |
|
protectedinherited |
flag to identify if operator has a constant output (no need to generate code)
Definition at line 47 of file ROperator.hxx.
◆ fIsOutputParamShape
| bool TMVA::Experimental::SOFIE::ROperator::fIsOutputParamShape = false |
|
protectedinherited |
flag to identify of the output represents a parametric shape (can be knwon at compile time)
Definition at line 48 of file ROperator.hxx.
◆ 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 |
◆ fOutputTensorNames
| std::vector<std::string_view> TMVA::Experimental::SOFIE::ROperator::fOutputTensorNames |
|
mutableprotectedinherited |
◆ fShapeIndices
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeIndices |
|
private |
◆ fShapeX
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeX |
|
private |
◆ fShapeY
| std::vector<Dim> TMVA::Experimental::SOFIE::ROperator_Gather::fShapeY |
|
private |
◆ fType
| std::string TMVA::Experimental::SOFIE::ROperator_Gather::fType |
|
private |
◆ fUseSession
| bool TMVA::Experimental::SOFIE::ROperator::fUseSession = false |
|
protectedinherited |
flag to identify if using the session class
Definition at line 46 of file ROperator.hxx.
◆ SP
| const std::string TMVA::Experimental::SOFIE::ROperator::SP = " " |
|
protectedinherited |
space used to correctly indent the generated C++ code
Definition at line 45 of file ROperator.hxx.
The documentation for this class was generated from the following file: