Definition at line 18 of file ROperator_Einsum.hxx.
Public Member Functions | |
| ROperator_Einsum () | |
| ROperator_Einsum (const std::string &equation, const std::vector< std::string > &namesX, const std::string &nameY) | |
| std::string | Generate (std::string opName) override | 
| std::string | GenerateInitCode () override | 
| std::vector< std::string > | GetBlasRoutines () override | 
| void | Initialize (RModel &model) override | 
| bool | ParseEquation (const std::string &input_equation) | 
| 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 | |
| std::string | fGemmType | 
| std::vector< std::string > | fInputLabels | 
| bool | fIsInputBoolTensor = false | 
| std::vector< std::string > | fNInputs | 
| std::string | fNY | 
| std::string | fOutputLabels | 
| std::vector< std::vector< size_t > > | fShapeInputs | 
| std::vector< size_t > | fShapeY | 
| std::vector< int > | fSumDims | 
| std::string | fSumLabels | 
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)   | |
| bool | fIsOutputParamShape = false | 
| flag to identify of the output represents a parametric shape (can be knwon at compile time)   | |
| 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_Einsum.hxx>
      
  | 
  inline | 
Definition at line 41 of file ROperator_Einsum.hxx.
      
  | 
  inline | 
Definition at line 42 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 206 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 201 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 339 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 126 of file ROperator_Einsum.hxx.
      
  | 
  inline | 
Definition at line 58 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 120 of file ROperator_Einsum.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 115 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 30 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 27 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 21 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 24 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 25 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 28 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 34 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 35 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 32 of file ROperator_Einsum.hxx.
      
  | 
  private | 
Definition at line 29 of file ROperator_Einsum.hxx.