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::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 |
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 | 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 68 of file ROperator_Pool.hxx.
|
inline |
Definition at line 70 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 200 of file ROperator_Pool.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 181 of file ROperator_Pool.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 187 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 149 of file ROperator_Pool.hxx.
|
inline |
Definition at line 62 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 91 of file ROperator_Pool.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 85 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 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 58 of file ROperator_Pool.hxx.