Definition at line 38 of file ROperator_Clip.hxx.
Public Member Functions | |
| ROperator_Clip () | |
| ROperator_Clip (std::string nameX, std::string nameY, std::string nameMin="", std::string nameMax="") | |
| ROperator_Clip (std::string nameX, std::string nameY, T minVal, T maxVal) | |
| std::string | Generate (std::string OpName) override |
| void | Initialize (RModel &model) 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 () |
| virtual std::vector< std::vector< size_t > > | ShapeInference (std::vector< std::vector< size_t > >) |
| virtual std::vector< ETensorType > | TypeInference (std::vector< ETensorType >) |
Private Member Functions | |
| std::string | ToStringHighPrec (T val) const |
Private Attributes | |
| std::vector< Dim > | fDimShape |
| bool | fHasMax = false |
| bool | fHasMin = false |
| bool | fIsDynamic = false |
| T | fMax = std::numeric_limits<T>::max() |
| bool | fMaxIsConstant = false |
| T | fMin = std::numeric_limits<T>::lowest() |
| bool | fMinIsConstant = false |
| std::string | fNMax |
| std::string | fNMin |
| std::string | fNX |
| std::string | fNY |
| std::vector< size_t > | fShape |
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_Clip.hxx>
|
inline |
Definition at line 71 of file ROperator_Clip.hxx.
|
inline |
Definition at line 75 of file ROperator_Clip.hxx.
|
inline |
Definition at line 91 of file ROperator_Clip.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 174 of file ROperator_Clip.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 107 of file ROperator_Clip.hxx.
|
inlineprivate |
Definition at line 237 of file ROperator_Clip.hxx.
|
private |
Definition at line 52 of file ROperator_Clip.hxx.
|
private |
Definition at line 65 of file ROperator_Clip.hxx.
|
private |
Definition at line 64 of file ROperator_Clip.hxx.
|
private |
Definition at line 53 of file ROperator_Clip.hxx.
|
private |
Definition at line 58 of file ROperator_Clip.hxx.
|
private |
Definition at line 67 of file ROperator_Clip.hxx.
|
private |
Definition at line 57 of file ROperator_Clip.hxx.
|
private |
Definition at line 66 of file ROperator_Clip.hxx.
|
private |
Definition at line 45 of file ROperator_Clip.hxx.
|
private |
Definition at line 44 of file ROperator_Clip.hxx.
|
private |
Definition at line 42 of file ROperator_Clip.hxx.
|
private |
Definition at line 43 of file ROperator_Clip.hxx.
|
private |
Definition at line 49 of file ROperator_Clip.hxx.