Definition at line 15 of file ROperator_Erf.hxx.
Public Member Functions | |
| ROperator_Erf () | |
| ROperator_Erf (std::string nameX, std::string nameY) | |
| std::string | Generate (std::string OpName) override |
| 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 |
| std::vector< std::string > | GetStdLibs () override |
| 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::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 |
| bool | fUseSession = false |
| flag to identify if using the session class | |
| const std::string | SP = " " |
| space used to correctly indent the generated C++ code | |
Private Attributes | |
| std::string | fNX |
| std::string | fNY |
| std::vector< size_t > | fShape |
#include <TMVA/ROperator_Erf.hxx>
|
inline |
Definition at line 25 of file ROperator_Erf.hxx.
|
inline |
Definition at line 26 of file ROperator_Erf.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 51 of file ROperator_Erf.hxx.
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_Random.
Definition at line 31 of file ROperator.hxx.
|
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.
|
inlinevirtualinherited |
Reimplemented in TMVA::Experimental::SOFIE::ROperator_LSTM< T >, TMVA::Experimental::SOFIE::ROperator_NonZero< T >, TMVA::Experimental::SOFIE::ROperator_Pool< T >, and TMVA::Experimental::SOFIE::ROperator_RNN< T >.
Definition at line 33 of file ROperator.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.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 65 of file ROperator_Erf.hxx.
|
inlinevirtualinherited |
Definition at line 34 of file ROperator.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 41 of file ROperator_Erf.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.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 36 of file ROperator_Erf.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 32 of file ROperator_Erf.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 20 of file ROperator_Erf.hxx.
|
private |
Definition at line 21 of file ROperator_Erf.hxx.
|
mutableprotectedinherited |
Definition at line 51 of file ROperator.hxx.
|
private |
Definition at line 22 of file ROperator_Erf.hxx.
|
protectedinherited |
flag to identify if using the session class
Definition at line 46 of file ROperator.hxx.
|
protectedinherited |
space used to correctly indent the generated C++ code
Definition at line 45 of file ROperator.hxx.