Definition at line 85 of file ROperator_BasicUnary.hxx.
Public Member Functions | |
| ROperator_BasicUnary () | |
| ROperator_BasicUnary (std::string nameX, std::string nameY) | |
| std::string | Generate (std::string OpName) override |
| std::vector< std::string > | GetStdLibs () override |
| void | Initialize (RModel &model) override |
| std::vector< std::vector< size_t > > | ShapeInference (std::vector< std::vector< size_t > > input) override |
| std::vector< ETensorType > | TypeInference (std::vector< ETensorType > input) override |
Public Member Functions inherited from TMVA::Experimental::SOFIE::ROperator | |
| virtual | ~ROperator () |
| 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 |
| virtual std::string | Header () |
| bool | IsOutputConstant () const |
| check if the output of the operator is Constant and is evaluated at initialization time | |
Private Attributes | |
| std::string | fNX |
| std::string | fNY |
| std::vector< Dim > | fShapeX |
| std::vector< Dim > | fShapeY |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Experimental::SOFIE::ROperator | |
| 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_BasicUnary.hxx>
|
inline |
Definition at line 94 of file ROperator_BasicUnary.hxx.
|
inline |
Definition at line 96 of file ROperator_BasicUnary.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 118 of file ROperator_BasicUnary.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 131 of file ROperator_BasicUnary.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 107 of file ROperator_BasicUnary.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 103 of file ROperator_BasicUnary.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 105 of file ROperator_BasicUnary.hxx.
|
private |
Definition at line 87 of file ROperator_BasicUnary.hxx.
|
private |
Definition at line 88 of file ROperator_BasicUnary.hxx.
|
private |
Definition at line 90 of file ROperator_BasicUnary.hxx.
|
private |
Definition at line 91 of file ROperator_BasicUnary.hxx.