Definition at line 51 of file ROperator_Comparision.hxx.
Public Member Functions | |
ROperator_Comparision () | |
ROperator_Comparision (const std::string &nameX1, const std::string &nameX2, const std::string &nameY) | |
std::string | Generate (std::string OpName) override |
void | Initialize (RModel &model) override |
std::vector< std::vector< size_t > > | ShapeInference (std::vector< std::vector< size_t > > input) override |
std::vector< ETensorType > | TypeInference (std::vector< ETensorType > input) override |
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 | |
bool | fBroadcast = false |
bool | fIsModelOutput = false |
std::string | fNBroadcastedX1 |
std::string | fNBroadcastedX2 |
std::string | fNX1 |
std::string | fNX2 |
std::string | fNY |
std::vector< size_t > | fShapeX1 |
std::vector< size_t > | fShapeX2 |
std::vector< size_t > | fShapeY |
ETensorType | fTensorType1 = ETensorType::UNDEFINED |
ETensorType | fTensorType2 = ETensorType::UNDEFINED |
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_Comparision.hxx>
|
inline |
Definition at line 69 of file ROperator_Comparision.hxx.
|
inline |
Definition at line 70 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 145 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 84 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 79 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 74 of file ROperator_Comparision.hxx.
|
private |
Definition at line 65 of file ROperator_Comparision.hxx.
|
private |
Definition at line 54 of file ROperator_Comparision.hxx.
|
private |
Definition at line 61 of file ROperator_Comparision.hxx.
|
private |
Definition at line 62 of file ROperator_Comparision.hxx.
|
private |
Definition at line 55 of file ROperator_Comparision.hxx.
|
private |
Definition at line 56 of file ROperator_Comparision.hxx.
|
private |
Definition at line 57 of file ROperator_Comparision.hxx.
|
private |
Definition at line 58 of file ROperator_Comparision.hxx.
|
private |
Definition at line 59 of file ROperator_Comparision.hxx.
|
private |
Definition at line 60 of file ROperator_Comparision.hxx.
|
private |
Definition at line 63 of file ROperator_Comparision.hxx.
|
private |
Definition at line 64 of file ROperator_Comparision.hxx.