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, EActivationType activation=EActivationType::UNDEFINED) | |
| ROperator_Gemm (float alpha, float beta, int_t transA, int_t transB, std::string nameA, std::string nameB, std::string nameY, EActivationType activation=EActivationType::UNDEFINED) | |
| 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) override | 
| std::string | GenerateInitCode () override | 
| std::vector< std::string > | GetBlasRoutines () 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 | GenerateDeclCode () | 
| virtual std::string | GenerateSessionMembersCode (std::string) | 
| 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 | |
| EActivationType | fActivation | 
| 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 | |
| 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_Gemm.hxx>
      
  | 
  inline | 
Definition at line 47 of file ROperator_Gemm.hxx.
      
  | 
  inline | 
Definition at line 48 of file ROperator_Gemm.hxx.
      
  | 
  inline | 
Definition at line 60 of file ROperator_Gemm.hxx.
      
  | 
  inline | 
Definition at line 76 of file ROperator_Gemm.hxx.
      
  | 
  inline | 
Definition at line 134 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 293 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 272 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 385 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 140 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 131 of file ROperator_Gemm.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 70 of file ROperator_Gemm.hxx.
      
  | 
  private | 
Definition at line 39 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 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 43 of file ROperator_Gemm.hxx.
      
  | 
  private | 
Definition at line 38 of file ROperator_Gemm.hxx.