EDM4eic
EIC data model
Toggle main menu visibility
Loading...
Searching...
No Matches
TensorData.h
Go to the documentation of this file.
1
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3
#ifndef EDM4EIC_TensorDATA_H
4
#define EDM4EIC_TensorDATA_H
5
6
#include <cstdint>
7
8
namespace
edm4eic
{
9
10
11
/** @class TensorData
12
* Tensor type for use in training in inference of ML models
13
* @author: D. Kalinkin
14
*/
15
class
TensorData
{
16
public
:
17
std::int32_t
elementType
{};
///< Data type in the same encoding as "ONNXTensorElementDataType", 1 - float, 7 - int64
18
19
unsigned
int
shape_begin
{};
20
unsigned
int
shape_end
{};
21
unsigned
int
floatData_begin
{};
22
unsigned
int
floatData_end
{};
23
unsigned
int
int64Data_begin
{};
24
unsigned
int
int64Data_end
{};
25
};
26
27
28
namespace
v890 {
29
using
TensorData
=
edm4eic::TensorData
;
30
}
// namespace v890
31
32
33
}
// namespace edm4eic
34
35
36
#endif
edm4eic::TensorData
Definition
TensorData.h:15
edm4eic::TensorData::shape_begin
unsigned int shape_begin
Definition
TensorData.h:19
edm4eic::TensorData::elementType
std::int32_t elementType
Data type in the same encoding as "ONNXTensorElementDataType", 1 - float, 7 - int64.
Definition
TensorData.h:17
edm4eic::TensorData::floatData_begin
unsigned int floatData_begin
Definition
TensorData.h:21
edm4eic::TensorData::floatData_end
unsigned int floatData_end
Definition
TensorData.h:22
edm4eic::TensorData::int64Data_end
unsigned int int64Data_end
Definition
TensorData.h:24
edm4eic::TensorData::shape_end
unsigned int shape_end
Definition
TensorData.h:20
edm4eic::TensorData::int64Data_begin
unsigned int int64Data_begin
Definition
TensorData.h:23
edm4eic::v890::TensorData
edm4eic::TensorData TensorData
Definition
TensorData.h:29
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
TensorData.h
Generated by
1.17.0