Definition at line 34 of file ROperator_Pool.hxx.
Public Member Functions | |
| ROperator_Pool () | |
| ROperator_Pool (PoolOpMode mode, RAttributes_Pool attr, std::string nameX, std::string nameY) | |
| std::string | Generate (std::string OpName) override | 
| std::string | GenerateInitCode () override | 
| virtual std::string | GenerateSessionMembersCode (std::string opName) override | 
| void | Initialize (RModel &model) override | 
| std::string | Name () | 
| 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::vector< std::string > | GetBlasRoutines () | 
| 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 | fAttrAutopad | 
| size_t | fAttrCeilMode | 
| size_t | fAttrCountIncludePad | 
| std::vector< size_t > | fAttrDilations | 
| std::vector< size_t > | fAttrKernelShape | 
| std::vector< size_t > | fAttrPads | 
| size_t | fAttrStorageOrder | 
| std::vector< size_t > | fAttrStrides | 
| size_t | fDim | 
| std::string | fNX | 
| std::string | fNY | 
| PoolOpMode | fPoolMode | 
| std::vector< size_t > | fShapeX | 
| std::vector< size_t > | fShapeY | 
| std::string | fType | 
| bool | fUseSession = false | 
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_Pool.hxx>
      
  | 
  inline | 
Definition at line 69 of file ROperator_Pool.hxx.
      
  | 
  inline | 
Definition at line 71 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 268 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 240 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 246 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 203 of file ROperator_Pool.hxx.
      
  | 
  inline | 
Definition at line 63 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 94 of file ROperator_Pool.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 88 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 44 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 41 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 42 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 45 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 46 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 47 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 43 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 48 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 58 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 50 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 51 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 39 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 53 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 54 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 56 of file ROperator_Pool.hxx.
      
  | 
  private | 
Definition at line 59 of file ROperator_Pool.hxx.