Definition at line 33 of file RFunction.hxx.
|
| RFunction_Update () |
|
| RFunction_Update (FunctionTarget target, GraphType gType) |
|
virtual | ~RFunction_Update () |
|
virtual void | AddInitializedTensors (const std::vector< std::vector< std::string > > &) |
|
void | AddInputTensors (const std::vector< std::vector< Dim > > &inputShapes) |
|
void | AddInputTensors (const std::vector< std::vector< std::size_t > > &inputShapes) |
|
virtual void | AddLayerNormalization (int, float, size_t, const std::string &, const std::string &, const std::string &, const std::string &) |
|
std::string | Generate (const std::vector< std::string > &inputPtrs) |
|
std::string | GenerateModel (const std::string &filename, long read_pos=0, long block_size=-1) |
|
std::shared_ptr< RModel > | GetFunctionBlock () |
|
FunctionTarget | GetFunctionTarget () |
|
virtual void | Initialize () |
|
| RFunction () |
|
| RFunction (std::string funcName, FunctionType type) |
|
virtual | ~RFunction () |
|
FunctionType | GetFunctionType () |
|
#include <TMVA/RFunction.hxx>
◆ ~RFunction_Update()
virtual TMVA::Experimental::SOFIE::RFunction_Update::~RFunction_Update |
( |
| ) |
|
|
inlinevirtual |
◆ RFunction_Update() [1/2]
TMVA::Experimental::SOFIE::RFunction_Update::RFunction_Update |
( |
| ) |
|
|
inline |
◆ RFunction_Update() [2/2]
◆ AddInitializedTensors()
virtual void TMVA::Experimental::SOFIE::RFunction_Update::AddInitializedTensors |
( |
const std::vector< std::vector< std::string > > & |
| ) |
|
|
inlinevirtual |
◆ AddInputTensors() [1/2]
void TMVA::Experimental::SOFIE::RFunction_Update::AddInputTensors |
( |
const std::vector< std::vector< Dim > > & |
inputShapes | ) |
|
◆ AddInputTensors() [2/2]
void TMVA::Experimental::SOFIE::RFunction_Update::AddInputTensors |
( |
const std::vector< std::vector< std::size_t > > & |
inputShapes | ) |
|
◆ AddLayerNormalization()
virtual void TMVA::Experimental::SOFIE::RFunction_Update::AddLayerNormalization |
( |
int |
, |
|
|
float |
, |
|
|
size_t |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| |
|
inlinevirtual |
◆ Generate()
std::string TMVA::Experimental::SOFIE::RFunction_Update::Generate |
( |
const std::vector< std::string > & |
inputPtrs | ) |
|
◆ GenerateModel()
std::string TMVA::Experimental::SOFIE::RFunction_Update::GenerateModel |
( |
const std::string & |
filename, |
|
|
long |
read_pos = 0 , |
|
|
long |
block_size = -1 |
|
) |
| |
◆ GetFunctionBlock()
std::shared_ptr< RModel > TMVA::Experimental::SOFIE::RFunction_Update::GetFunctionBlock |
( |
| ) |
|
|
inline |
◆ GetFunctionTarget()
FunctionTarget TMVA::Experimental::SOFIE::RFunction_Update::GetFunctionTarget |
( |
| ) |
|
|
inline |
◆ Initialize()
virtual void TMVA::Experimental::SOFIE::RFunction_Update::Initialize |
( |
| ) |
|
|
inlinevirtual |
◆ fAddlOp
std::vector<ROperator*> TMVA::Experimental::SOFIE::RFunction_Update::fAddlOp |
|
protected |
◆ fGraphType
GraphType TMVA::Experimental::SOFIE::RFunction_Update::fGraphType |
|
protected |
◆ fInputTensors
std::vector<std::string> TMVA::Experimental::SOFIE::RFunction_Update::fInputTensors |
|
protected |
◆ fTarget
◆ function_block
std::shared_ptr<RModel> TMVA::Experimental::SOFIE::RFunction_Update::function_block |
|
protected |
tmva/sofie/inc/TMVA/RFunction.hxx
tmva/sofie/src/RFunction.cxx