1#ifndef TMVA_SOFIE_SOFIE_COMMON
2#define TMVA_SOFIE_SOFIE_COMMON
26namespace Experimental {
30 UNDEFINED = 0,
FLOAT = 1,
UINT8 = 2,
INT8 = 3,
UINT16 = 4,
INT16 = 5,
INT32 = 6,
INT64 = 7,
STRING = 8, BOOL = 9,
100 return !(*
this ==
rhs);
130 static bool IsDim() {
return true; }
134 static bool IsDim() {
return false; }
142 static const std::string
Name() {
return "float"; }
146 static const std::string
Name() {
return "double"; }
150 static const std::string
Name() {
return "int64_t"; }
154 static const std::string
Name() {
return "int32_t"; }
158 static const std::string
Name() {
return "uint32_t"; }
162 static const std::string
Name() {
return "uint64_t"; }
166 static const std::string
Name() {
return "bool"; }
170 static const std::string
Name() {
return "int8_t"; }
174 static const std::string
Name() {
return "uint8_t"; }
183 throw std::invalid_argument(
"New size exceeds available tensor size.");
218 std::stringstream
ret;
225 std::stringstream
ret;
227 if (std::isinf(
value))
228 ret << (
value > 0 ?
"std::numeric_limits<float>::infinity()" :
229 "-std::numeric_limits<float>::infinity()");
230 else if (std::isnan(
value))
231 ret <<
"std::numeric_limits<float>::quiet_NaN()";
233 ret << std::setprecision(std::numeric_limits<float>::max_digits10);
241 std::stringstream
ret;
243 if (std::isinf(
value))
244 ret << (
value > 0 ?
"std::numeric_limits<double>::infinity()" :
245 "-std::numeric_limits<double>::infinity()");
246 else if (std::isnan(
value))
247 ret <<
"std::numeric_limits<double>::quiet_NaN()";
249 ret << std::setprecision(std::numeric_limits<double>::max_digits10);
257 std::stringstream
ret;
269 std::stringstream
ret;
271 for (
size_t i = 0; i < std::min(
n,
maxprint); i++) {
273 if (i <
n-1)
ret <<
", ";
310 template <
class T =
void>
313 return static_cast<T
const *
>(
fData.get());
350bool AreSameShape(
const std::vector<size_t>&,
const std::vector<size_t>&);
351bool AreSameShape(
const std::vector<size_t>&,
const std::vector<Dim>&);
352bool AreSameShape(
const std::vector<Dim>&,
const std::vector<Dim>&);
371 std::stringstream
ss;
372 ss <<
"TMVA::SOFIE - Error broadcasting Conv Bias of shape {";
373 ss << std::to_string(channel);
377 std::runtime_error(
ss.str());
390 for (
size_t i = 2; i <
size; i++)
394 for (
size_t i = 0; i < channel; i++) {
400 for (
size_t i = 1; i <
batch; i++) {
409template<
typename T,
class ConstContT = std::span<const T>>
412 size_t size = shape.size();
416 if (
size > 1 && shape.front() ==
targetShape.front() && shape.back() == 1) {
419 for (
int k =
int(
size)-2; k >=0; k--) {
420 if (shape[k] != 1)
break;
435 for (
size_t idx = 0; idx <
size; idx++) {
436 size_t dim = shape[idx];
521 const float * alpha,
const float * A,
const int *
lda,
const float * B,
const int *
ldb,
522 const float * beta,
float * C,
const int *
ldc);
543 if (
t1.GetMemoryLayout() !=
t2.GetMemoryLayout())
544 throw std::runtime_error(
"TMVA RTensor Concatenate - tensors have different memory layout");
548 std::cout <<
"axis " << axis <<
" sizes " <<
t1.GetSize() <<
" " <<
t2.GetSize() <<
" ";
551 throw std::runtime_error(
"TMVA RTensor Concatenate - tensors have incompatible shapes");
556 if (
t1.GetMemoryLayout() == TMVA::Experimental::MemoryLayout::ColumnMajor) {
557 throw std::runtime_error(
"TMVA RTensor Concatenate is not yet supported for column major tensors");
564 size_t s1 = (axis > 0) ?
stride1[axis-1] :
t1.GetSize();
565 size_t s2 = (axis > 0) ?
stride2[axis-1] :
t2.GetSize();
567 size_t nb =
t1.GetSize()/
s1;
568 for (
size_t i = 0; i <
nb; i++) {
569 std::copy(
t1.GetData() + i*
s1,
t1.GetData() + (i+1)*
s1,
tout.GetData() + i *
sout );
570 std::copy(
t2.GetData() + i*
s2,
t2.GetData() + (i+1)*
s2,
tout.GetData() + i *
sout +
s1 );
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h offset
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
const_iterator begin() const
RTensor is a container with contiguous memory and shape information.
bool IsWeightTensor() const
std::shared_ptr< void > const & sharedptr() const
std::shared_ptr< void > fData
! Transient shared data
InitializedTensor()=default
ETensorType fType
Encodes the type of the data.
std::vector< std::size_t > const & shape() const
std::vector< std::size_t > fShape
The shape of the data in terms of elements in each dimension.
bool fIsNotWritable
Flag to indicate that tensor values do not need to be written as weight or generated code.
bool IsConstantTensor() const
bool fConstant
Flag specifying if tensor is a Constant one (coming from a Constant operator)
ETensorType const & type() const
bool IsNotWritable() const
InitializedTensor(ETensorType type, std::span< std::size_t > shape, std::shared_ptr< void > data, bool typeConstant=false)
void sgemm_(const char *transa, const char *transb, const int *m, const int *n, const int *k, const float *alpha, const float *A, const int *lda, const float *B, const int *ldb, const float *beta, float *C, const int *ldc)
bool AreSameShape(const std::vector< size_t > &, const std::vector< size_t > &)
T * BroadcastConvBias(const T *data, const size_t channel, const std::vector< size_t > &targetShape)
std::vector< size_t > UnidirectionalBroadcastShape(std::vector< size_t > &, std::vector< size_t > &)
void BroadcastTensor(ConstContT data, const std::vector< size_t > &shape, const std::vector< size_t > &targetShape, T *broadcastedData)
std::string Clean_name(std::string input_tensor_name)
std::vector< size_t > MultidirectionalBroadcastShape(std::vector< std::vector< size_t > >)
T * UnidirectionalBroadcast(const T *data, const std::vector< size_t > &shape, const std::vector< size_t > &targetShape)
T * CreateBroadcastTensor(const T *data, const std::vector< size_t > &shape, const std::vector< size_t > &targetShape, size_t targetLength)
std::vector< size_t > ComputeStrideFromShape(const std::vector< size_t > &shape)
compute stride of a tensor given its shape (assume layout is row-major)
std::string ConvertDimShapeToString(const std::vector< Dim > &shape)
std::size_t ConvertShapeToLength(const std::vector< size_t > &shape)
std::string ConvertValToString< double >(double value)
std::string ConvertValuesToString(size_t n, const T *data, size_t maxprint=-1)
std::vector< Dim > ConvertShapeToDim(const std::vector< size_t > &shape)
Convert shape from integer format to dynamic one (based on Dim)
constexpr size_t GetTypeSize(ETensorType type)
ETensorType GetTemplatedType(T)
std::string ConvertValToString< float >(float value)
std::vector< size_t > ConvertShapeToInt(const std::vector< Dim > &shape)
Convert shape based on Dim to integer format.
std::string ConvertTypeToString(ETensorType type)
ETensorType ConvertStringToType(std::string type)
TMVA::Experimental::RTensor< T > Concatenate(TMVA::Experimental::RTensor< T > &t1, TMVA::Experimental::RTensor< T > &t2, int axis=0)
HelperFunctionsCode GenerateHelperFunctionsCode(const std::set< std::string > &neededHelpers, const std::string &modelNamespace, bool sgemmAlreadyDeclared=false)
Return the standalone C++ source of the inference helper functions requested in neededHelpers (see RM...
std::ostream & operator<<(std::ostream &os, const Dim &d)
std::string ConvertDimShapeToLength(const std::vector< Dim > &shape)
void EmitNestedLoops(std::stringstream &out, size_t loopRank, const std::vector< Dim > shape)
std::string ConvertShapeToString(const std::vector< size_t > &shape)
void CloseNestedLoops(std::stringstream &out, size_t loopRank)
std::string ConvertValToString(T value)
std::string ConvertValToString< int64_t >(int64_t value)
bool IsInteger(const std::string &s)
GNN_Data Copy(const GNN_Data &data)
create variable transformations
bool operator!=(const Dim &rhs) const
bool operator==(const Dim &rhs) const
Dim(const std::string &p, size_t d=0)
std::ostream & operator<<(std::ostream &os) const
std::string GetVal() const
RTensor< float > global_data
RTensor< float > edge_data
RTensor< int > edge_index
RTensor< float > node_data
Source code of the inference helper functions to embed in generated code so that it is standalone and...
std::string definitions
function/type definitions to place inside the generated model namespace
std::string cladDefinitions
Clad custom-derivative definitions to place at file scope (outside the model namespace) so that Clad ...
std::string includes
#include directives to place in the header preamble
std::map< size_t, TensorMemoryInfo > total_stack
std::map< size_t, size_t > available_stack
std::vector< size_t > shape
void merge(const TensorMemoryInfo &other)
std::string_view tensor_name
TensorMemoryInfo split(const std::string_view new_name, size_t new_size)
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()
static const std::string Name()