Definition at line 15 of file ROperator_Relu.hxx.
| Public Member Functions | |
| ROperator_Relu () | |
| ROperator_Relu (std::string nameX, std::string nameY) | |
| std::string | Generate (std::string OpName) | 
| void | Initialize (RModel &model) | 
| 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 | |
| std::string | fNX | 
| std::string | fNY | 
| std::vector< size_t > | fShape | 
| 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_Relu.hxx>
| 
 | inline | 
Definition at line 25 of file ROperator_Relu.hxx.
| 
 | inline | 
Definition at line 26 of file ROperator_Relu.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 47 of file ROperator_Relu.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 38 of file ROperator_Relu.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 33 of file ROperator_Relu.hxx.
| 
 | inlinevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 29 of file ROperator_Relu.hxx.
| 
 | private | 
Definition at line 20 of file ROperator_Relu.hxx.
| 
 | private | 
Definition at line 21 of file ROperator_Relu.hxx.
| 
 | private | 
Definition at line 22 of file ROperator_Relu.hxx.