Definition at line 22 of file ROperator_Reduce.hxx.
Public Member Functions | |
ROperator_Reduce () | |
ROperator_Reduce (int keepdims, int attrAxes, std::string nameX, std::string nameY) | |
std::string | Generate (std::string OpName) |
void | Initialize (RModel &model) |
std::string | Name () |
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 | |
int | fAttrAxes |
int | fkeepdims = 1 |
std::string | fNX |
std::string | fNY |
EReduceOpMode | fReduceOpMode |
std::vector< size_t > | fShapeX |
std::vector< size_t > | fShapeY |
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_Reduce.hxx>
|
inline |
Definition at line 45 of file ROperator_Reduce.hxx.
|
inline |
Definition at line 46 of file ROperator_Reduce.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 76 of file ROperator_Reduce.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 62 of file ROperator_Reduce.hxx.
|
inline |
Definition at line 37 of file ROperator_Reduce.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 57 of file ROperator_Reduce.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 52 of file ROperator_Reduce.hxx.
|
private |
Definition at line 27 of file ROperator_Reduce.hxx.
|
private |
Definition at line 26 of file ROperator_Reduce.hxx.
|
private |
Definition at line 29 of file ROperator_Reduce.hxx.
|
private |
Definition at line 30 of file ROperator_Reduce.hxx.
|
private |
Definition at line 28 of file ROperator_Reduce.hxx.
|
private |
Definition at line 31 of file ROperator_Reduce.hxx.
|
private |
Definition at line 32 of file ROperator_Reduce.hxx.