Definition at line 18 of file ROperator_Slice.hxx.
| Public Member Functions | |
| ROperator_Slice () | |
| ROperator_Slice (std::string nameData, std::vector< IType > starts, std::vector< IType > ends, std::vector< IType > axes, std::string nameOutput) | |
| ROperator_Slice (std::string nameData, std::vector< std::string > names, 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::vector< std::string > | GetBlasRoutines () | 
| virtual std::vector< std::string > | GetStdLibs () | 
| virtual std::string | Header () | 
| Private Attributes | |
| std::vector< std::vector< IType > > | fAttributes | 
| std::vector< size_t > | fEnd | 
| std::vector< std::string > | fNames | 
| std::string | fNData | 
| std::string | fNOutput | 
| std::vector< size_t > | fShapeInput | 
| std::vector< size_t > | fShapeOutput | 
| std::vector< size_t > | fStart | 
| std::vector< size_t > | fSteps | 
| 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_Slice.hxx>
| 
 | inline | 
Definition at line 39 of file ROperator_Slice.hxx.
| 
 | inline | 
Definition at line 42 of file ROperator_Slice.hxx.
| 
 | inline | 
Definition at line 58 of file ROperator_Slice.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 161 of file ROperator_Slice.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 86 of file ROperator_Slice.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 74 of file ROperator_Slice.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 68 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 34 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 31 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 25 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 23 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 24 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 26 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 27 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 30 of file ROperator_Slice.hxx.
| 
 | private | 
Definition at line 32 of file ROperator_Slice.hxx.