Definition at line 15 of file ROperator_Expand.hxx.
Public Member Functions | |
ROperator_Expand () | |
ROperator_Expand (std::string nameX, std::string nameShape, std::string nameY) | |
std::string | Generate (std::string OpName) override |
std::string | GenerateInitCode () 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 | GenerateSessionMembersCode (std::string) |
virtual std::vector< std::string > | GetBlasRoutines () |
virtual std::vector< std::string > | GetStdLibs () |
virtual std::string | Header () |
Private Attributes | |
bool | fInitialized = false |
std::string | fNShape |
std::string | fNX |
std::string | fNY |
std::vector< size_t > | fShape |
std::vector< size_t > | fShapeX |
std::vector< size_t > | fShapeY |
std::string | fType |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Experimental::SOFIE::ROperator | |
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_Expand.hxx>
|
inline |
Definition at line 30 of file ROperator_Expand.hxx.
|
inline |
Definition at line 31 of file ROperator_Expand.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 85 of file ROperator_Expand.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 80 of file ROperator_Expand.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 43 of file ROperator_Expand.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 39 of file ROperator_Expand.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 35 of file ROperator_Expand.hxx.
|
private |
Definition at line 27 of file ROperator_Expand.hxx.
|
private |
Definition at line 23 of file ROperator_Expand.hxx.
|
private |
Definition at line 22 of file ROperator_Expand.hxx.
|
private |
Definition at line 24 of file ROperator_Expand.hxx.
|
private |
Definition at line 19 of file ROperator_Expand.hxx.
|
private |
Definition at line 18 of file ROperator_Expand.hxx.
|
private |
Definition at line 20 of file ROperator_Expand.hxx.
|
private |
Definition at line 25 of file ROperator_Expand.hxx.