Definition at line 22 of file ROperator_Gemm.hxx.
Public Member Functions | |
ROperator_Gemm () | |
ROperator_Gemm (float alpha, float beta, int_t transA, int_t transB, std::string nameA, std::string nameB, std::string nameC, std::string nameY) | |
ROperator_Gemm (float alpha, float beta, int_t transA, int_t transB, std::string nameA, std::string nameB, std::string nameY) | |
std::string | Generate (std::string OpName) |
std::string | GenerateInitCode () |
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 | GenerateSessionMembersCode (std::string) |
virtual std::string | Header () |
Private Attributes | |
float | fAttrAlpha = 1.0 |
float | fAttrBeta = 1.0 |
int_t | fAttrTransA = 0 |
int_t | fAttrTransB = 0 |
std::string | fNA |
std::string | fNB |
std::string | fNC = "" |
std::string | fNC2 |
std::string | fNY |
std::vector< size_t > | fShapeA |
std::vector< size_t > | fShapeB |
std::vector< size_t > | fShapeC |
std::vector< size_t > | fShapeY |
std::string | fType |
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_Gemm.hxx>
|
inline |
Definition at line 45 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 46 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 57 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 187 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 166 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 102 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 73 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 68 of file ROperator_Gemm.hxx.
|
private |
Definition at line 26 of file ROperator_Gemm.hxx.
|
private |
Definition at line 27 of file ROperator_Gemm.hxx.
|
private |
Definition at line 28 of file ROperator_Gemm.hxx.
|
private |
Definition at line 29 of file ROperator_Gemm.hxx.
|
private |
Definition at line 31 of file ROperator_Gemm.hxx.
|
private |
Definition at line 32 of file ROperator_Gemm.hxx.
|
private |
Definition at line 33 of file ROperator_Gemm.hxx.
|
private |
Definition at line 34 of file ROperator_Gemm.hxx.
|
private |
Definition at line 35 of file ROperator_Gemm.hxx.
|
private |
Definition at line 36 of file ROperator_Gemm.hxx.
|
private |
Definition at line 37 of file ROperator_Gemm.hxx.
|
private |
Definition at line 38 of file ROperator_Gemm.hxx.
|
private |
Definition at line 39 of file ROperator_Gemm.hxx.
|
private |
Definition at line 41 of file ROperator_Gemm.hxx.