Definition at line 56 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 |
![]() | |
virtual | ~ROperator () |
virtual std::string | GenerateDeclCode () |
virtual std::string | GenerateInitCode () |
virtual std::string | GenerateSessionMembersCode (std::string) |
virtual std::vector< std::string > | GetBlasRoutines () |
std::span< const std::string_view > | GetOpInputTensors () const |
std::span< const std::string_view > | GetOpOutputTensors () const |
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 | |
![]() | |
std::vector< std::string_view > | fInputTensorNames |
bool | fIsOutputConstant = false |
flag to identify if operator has a constant output (no need to generate code) | |
std::vector< std::string_view > | fOutputTensorNames |
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 74 of file ROperator_Comparision.hxx.
|
inline |
Definition at line 75 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 171 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 94 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 89 of file ROperator_Comparision.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 84 of file ROperator_Comparision.hxx.
|
private |
Definition at line 70 of file ROperator_Comparision.hxx.
|
private |
Definition at line 59 of file ROperator_Comparision.hxx.
|
private |
Definition at line 66 of file ROperator_Comparision.hxx.
|
private |
Definition at line 67 of file ROperator_Comparision.hxx.
|
private |
Definition at line 60 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 63 of file ROperator_Comparision.hxx.
|
private |
Definition at line 64 of file ROperator_Comparision.hxx.
|
private |
Definition at line 65 of file ROperator_Comparision.hxx.
|
private |
Definition at line 68 of file ROperator_Comparision.hxx.
|
private |
Definition at line 69 of file ROperator_Comparision.hxx.