Definition at line 34 of file ROperator_Pool.hxx.
Public Member Functions | |
| ROperator_Pool () | |
| ROperator_Pool (PoolOpMode mode, RAttributes_Pool attr, std::string nameX, std::string nameY) | |
| std::string | Generate (std::string OpName) override |
| virtual std::string | GenerateDeclCode () |
| std::string | GenerateInitCode () override |
| virtual std::string | GenerateSessionMembersCode (std::string opName) override |
| 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 () |
| void | Initialize (RModel &model) override |
| bool | IsOutputConstant () const |
| check if the output of the operator is Constant and is evaluated at initialization time | |
| std::string | Name () |
| std::vector< std::vector< size_t > > | ShapeInference (std::vector< std::vector< size_t > > input) override |
| std::vector< ETensorType > | TypeInference (std::vector< ETensorType > input) override |
Protected Attributes | |
| 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 |
| const std::string | SP = " " |
| space used to correctly indent the generated C++ code | |
Private Attributes | |
| std::string | fAttrAutopad |
| size_t | fAttrCeilMode |
| size_t | fAttrCountIncludePad |
| std::vector< size_t > | fAttrDilations |
| std::vector< size_t > | fAttrKernelShape |
| std::vector< size_t > | fAttrPads |
| size_t | fAttrStorageOrder |
| std::vector< size_t > | fAttrStrides |
| size_t | fDim |
| std::string | fNX |
| std::string | fNY |
| PoolOpMode | fPoolMode |
| std::vector< size_t > | fShapeX |
| std::vector< size_t > | fShapeY |
| std::string | fType |
| bool | fUseSession = false |
#include <TMVA/ROperator_Pool.hxx>
|
inline |
Definition at line 69 of file ROperator_Pool.hxx.
|
inline |
Definition at line 71 of file ROperator_Pool.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 271 of file ROperator_Pool.hxx.
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_Random.
Definition at line 31 of file ROperator.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 243 of file ROperator_Pool.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 249 of file ROperator_Pool.hxx.
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_BatchNormalization< T >, TMVA::Experimental::SOFIE::ROperator_Conv< T >, TMVA::Experimental::SOFIE::ROperator_ConvTranspose< T >, TMVA::Experimental::SOFIE::ROperator_Einsum< T >, TMVA::Experimental::SOFIE::ROperator_Gemm< T >, TMVA::Experimental::SOFIE::ROperator_GRU< T >, TMVA::Experimental::SOFIE::ROperator_LayerNormalization< T >, TMVA::Experimental::SOFIE::ROperator_LSTM< T >, and TMVA::Experimental::SOFIE::ROperator_RNN< T >.
Definition at line 22 of file ROperator.hxx.
|
inlineinherited |
Definition at line 54 of file ROperator.hxx.
|
inlineinherited |
Definition at line 58 of file ROperator.hxx.
|
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.
|
inlinevirtualinherited |
Definition at line 34 of file ROperator.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 206 of file ROperator_Pool.hxx.
|
inlineinherited |
check if the output of the operator is Constant and is evaluated at initialization time
Definition at line 37 of file ROperator.hxx.
|
inline |
Definition at line 63 of file ROperator_Pool.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 94 of file ROperator_Pool.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 88 of file ROperator_Pool.hxx.
|
private |
Definition at line 44 of file ROperator_Pool.hxx.
|
private |
Definition at line 41 of file ROperator_Pool.hxx.
|
private |
Definition at line 42 of file ROperator_Pool.hxx.
|
private |
Definition at line 45 of file ROperator_Pool.hxx.
|
private |
Definition at line 46 of file ROperator_Pool.hxx.
|
private |
Definition at line 47 of file ROperator_Pool.hxx.
|
private |
Definition at line 43 of file ROperator_Pool.hxx.
|
private |
Definition at line 48 of file ROperator_Pool.hxx.
|
private |
Definition at line 58 of file ROperator_Pool.hxx.
|
mutableprotectedinherited |
Definition at line 50 of file ROperator.hxx.
|
protectedinherited |
flag to identify if operator has a constant output (no need to generate code)
Definition at line 47 of file ROperator.hxx.
|
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.
|
private |
Definition at line 50 of file ROperator_Pool.hxx.
|
private |
Definition at line 51 of file ROperator_Pool.hxx.
|
mutableprotectedinherited |
Definition at line 51 of file ROperator.hxx.
|
private |
Definition at line 39 of file ROperator_Pool.hxx.
|
private |
Definition at line 53 of file ROperator_Pool.hxx.
|
private |
Definition at line 54 of file ROperator_Pool.hxx.
|
private |
Definition at line 56 of file ROperator_Pool.hxx.
|
private |
Definition at line 59 of file ROperator_Pool.hxx.
|
protectedinherited |
space used to correctly indent the generated C++ code
Definition at line 45 of file ROperator.hxx.