Definition at line 34 of file ROperator_Pool.hxx.
Public Member Functions | |
ROperator_Pool () | |
ROperator_Pool (PoolOpMode mode, RAttributes_Pool attr, std::string nameX, std::string nameY) | |
std::string | Generate (std::string OpName) |
std::string | GenerateInitCode () |
virtual std::string | GenerateSessionMembersCode (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::vector< std::string > | GetBlasRoutines () |
virtual std::vector< std::string > | GetStdLibs () |
virtual std::string | Header () |
Private Attributes | |
std::string | fAttrAutopad |
size_t | fAttrCeilMode |
size_t | fAttrCountIncludePad |
std::vector< size_t > | fAttrDilations |
std::vector< size_t > | fAttrKernelShape |
std::vector< size_t > | fAttrPads |
size_t | fAttrStorageOrder |
std::vector< size_t > | fAttrStrides |
size_t | fDim |
std::string | fNX |
std::string | fNY |
PoolOpMode | fPoolMode |
std::vector< size_t > | fShapeX |
std::vector< size_t > | fShapeY |
std::string | fType |
bool | fUseSession = false |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Experimental::SOFIE::ROperator | |
bool | fIsOutputConstant = false |
flag to identify if operator has a constant output (no need to generate code) | |
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_Pool.hxx>
|
inline |
Definition at line 69 of file ROperator_Pool.hxx.
|
inline |
Definition at line 71 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 267 of file ROperator_Pool.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 238 of file ROperator_Pool.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 244 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 201 of file ROperator_Pool.hxx.
|
inline |
Definition at line 63 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 92 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 86 of file ROperator_Pool.hxx.
|
private |
Definition at line 44 of file ROperator_Pool.hxx.
|
private |
Definition at line 41 of file ROperator_Pool.hxx.
|
private |
Definition at line 42 of file ROperator_Pool.hxx.
|
private |
Definition at line 45 of file ROperator_Pool.hxx.
|
private |
Definition at line 46 of file ROperator_Pool.hxx.
|
private |
Definition at line 47 of file ROperator_Pool.hxx.
|
private |
Definition at line 43 of file ROperator_Pool.hxx.
|
private |
Definition at line 48 of file ROperator_Pool.hxx.
|
private |
Definition at line 58 of file ROperator_Pool.hxx.
|
private |
Definition at line 50 of file ROperator_Pool.hxx.
|
private |
Definition at line 51 of file ROperator_Pool.hxx.
|
private |
Definition at line 39 of file ROperator_Pool.hxx.
|
private |
Definition at line 53 of file ROperator_Pool.hxx.
|
private |
Definition at line 54 of file ROperator_Pool.hxx.
|
private |
Definition at line 56 of file ROperator_Pool.hxx.
|
private |
Definition at line 59 of file ROperator_Pool.hxx.