Definition at line 18 of file ROperator_Transpose.hxx.
Public Member Functions | |
ROperator_Transpose () | |
ROperator_Transpose (std::string nameData, std::string nameOutput) | |
ROperator_Transpose (std::vector< int_t > attr_perm, std::string nameData, std::string nameOutput) | |
std::string | Generate (std::string OpName) |
void | Initialize (RModel &model) |
std::vector< std::vector< size_t > > | ShapeInference (std::vector< std::vector< size_t > > input) |
std::vector< ETensorType > | TypeInference (std::vector< ETensorType > input) |
Public Member Functions inherited from TMVA::Experimental::SOFIE::ROperator | |
virtual | ~ROperator () |
virtual std::string | GenerateInitCode () |
virtual std::string | GenerateSessionMembersCode (std::string) |
virtual std::string | Header () |
Private Attributes | |
std::vector< int_t > | fAttrPerm |
std::string | fNData |
std::string | fNOutput |
std::vector< size_t > | fShapeData |
std::vector< size_t > | fShapeOutput |
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_Transpose.hxx>
|
inline |
Definition at line 31 of file ROperator_Transpose.hxx.
|
inline |
Definition at line 32 of file ROperator_Transpose.hxx.
|
inline |
Definition at line 36 of file ROperator_Transpose.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 77 of file ROperator_Transpose.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 57 of file ROperator_Transpose.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 44 of file ROperator_Transpose.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 40 of file ROperator_Transpose.hxx.
|
private |
Definition at line 22 of file ROperator_Transpose.hxx.
|
private |
Definition at line 24 of file ROperator_Transpose.hxx.
|
private |
Definition at line 25 of file ROperator_Transpose.hxx.
|
private |
Definition at line 26 of file ROperator_Transpose.hxx.
|
private |
Definition at line 27 of file ROperator_Transpose.hxx.