Definition at line 15 of file ROperator_TopK.hxx.
Public Member Functions | |
| ROperator_TopK () | |
| ROperator_TopK (int attr_axis, int attr_largest, int attr_sorted, std::string nameK, std::string nameX, std::string nameVal, std::string nameInd) | |
| std::string | Generate (std::string OpName) 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 | GenerateInitCode () | 
| virtual std::string | GenerateSessionMembersCode (std::string) | 
| 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 | |
| int | fAttrAxis | 
| int | fAttrLargest | 
| int | fAttrSorted | 
| size_t | fK | 
| std::string | fNInd | 
| std::string | fNK | 
| std::string | fNVal | 
| std::string | fNX | 
| std::vector< size_t > | fShapeX | 
| std::vector< size_t > | 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)   | |
| 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_TopK.hxx>
      
  | 
  inline | 
Definition at line 32 of file ROperator_TopK.hxx.
      
  | 
  inline | 
Definition at line 33 of file ROperator_TopK.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 94 of file ROperator_TopK.hxx.
      
  | 
  inlineoverridevirtual | 
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 63 of file ROperator_TopK.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 50 of file ROperator_TopK.hxx.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 45 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 18 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 19 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 20 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 22 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 26 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 23 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 25 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 24 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 27 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 28 of file ROperator_TopK.hxx.
      
  | 
  private | 
Definition at line 29 of file ROperator_TopK.hxx.