Definition at line 19 of file ROperator_Slice.hxx.
Public Member Functions | |
ROperator_Slice () | |
ROperator_Slice (std::string nameData, std::vector< IType > starts, std::vector< IType > ends, std::vector< IType > axes, std::string nameOutput) | |
ROperator_Slice (std::string nameData, std::vector< std::string > names, std::string nameOutput) | |
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 |
![]() | |
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 | |
std::vector< std::vector< IType > > | fAttributes |
std::vector< IType > | fEnd |
std::vector< std::string > | fNames |
std::string | fNData |
std::string | fNOutput |
std::vector< size_t > | fShapeInput |
std::vector< size_t > | fShapeOutput |
std::vector< IType > | fStart |
std::vector< IType > | fSteps |
Additional Inherited Members | |
![]() | |
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_Slice.hxx>
|
inline |
Definition at line 40 of file ROperator_Slice.hxx.
|
inline |
Definition at line 43 of file ROperator_Slice.hxx.
|
inline |
Definition at line 57 of file ROperator_Slice.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 217 of file ROperator_Slice.hxx.
|
inlineoverridevirtual |
Implements TMVA::Experimental::SOFIE::ROperator.
Definition at line 85 of file ROperator_Slice.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 73 of file ROperator_Slice.hxx.
|
inlineoverridevirtual |
Reimplemented from TMVA::Experimental::SOFIE::ROperator.
Definition at line 67 of file ROperator_Slice.hxx.
|
private |
Definition at line 35 of file ROperator_Slice.hxx.
|
private |
Definition at line 32 of file ROperator_Slice.hxx.
|
private |
Definition at line 26 of file ROperator_Slice.hxx.
|
private |
Definition at line 24 of file ROperator_Slice.hxx.
|
private |
Definition at line 25 of file ROperator_Slice.hxx.
|
private |
Definition at line 27 of file ROperator_Slice.hxx.
|
private |
Definition at line 28 of file ROperator_Slice.hxx.
|
private |
Definition at line 31 of file ROperator_Slice.hxx.
|
private |
Definition at line 33 of file ROperator_Slice.hxx.