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) | |
template<typename U > | |
std::vector< std::vector< U > > | DoShapeInference (const std::vector< std::vector< U > > &input) |
std::vector< std::vector< Dim > > | DynamicShapeInference (const std::vector< std::vector< Dim > > &input) |
std::string | Generate (std::string opName) |
std::string | GenerateInitCode () |
std::vector< std::string > | GetBlasRoutines () |
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::vector< std::string > | GetStdLibs () |
virtual std::string | Header () |
Private Attributes | |
float | fAttrAlpha = 1.0 |
float | fAttrBeta = 1.0 |
int_t | fAttrTransA = 0 |
int_t | fAttrTransB = 0 |
bool | fIsDynamic = false |
std::string | fNA |
std::string | fNB |
std::string | fNC = "" |
std::string | fNC2 |
std::string | fNY |
std::vector< Dim > | fShapeA |
std::vector< Dim > | fShapeB |
std::vector< size_t > | fShapeC |
std::vector< Dim > | fShapeY |
std::string | fType |
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_Gemm.hxx>
|
inline |
Definition at line 46 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 47 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 56 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 71 of file ROperator_Gemm.hxx.
|
inline |
Definition at line 116 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 263 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 241 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 356 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 122 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 113 of file ROperator_Gemm.hxx.
|
inlinevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 65 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 30 of file ROperator_Gemm.hxx.
|
private |
Definition at line 31 of file ROperator_Gemm.hxx.
|
private |
Definition at line 26 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 39 of file ROperator_Gemm.hxx.
|
private |
Definition at line 40 of file ROperator_Gemm.hxx.
|
private |
Definition at line 41 of file ROperator_Gemm.hxx.
|
private |
Definition at line 42 of file ROperator_Gemm.hxx.
|
private |
Definition at line 38 of file ROperator_Gemm.hxx.