EDM4eic
EIC data model
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
8namespace edm4eic {
9
10
11/** @class TensorData
12 * Tensor type for use in training in inference of ML models
13 * @author: D. Kalinkin
14 */
16public:
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} // namespace edm4eic
28
29
30#endif
Definition TensorData.h:15
unsigned int shape_begin
Definition TensorData.h:19
std::int32_t elementType
Data type in the same encoding as "ONNXTensorElementDataType", 1 - float, 7 - int64.
Definition TensorData.h:17
unsigned int floatData_begin
Definition TensorData.h:21
unsigned int floatData_end
Definition TensorData.h:22
unsigned int int64Data_end
Definition TensorData.h:24
unsigned int shape_end
Definition TensorData.h:20
unsigned int int64Data_begin
Definition TensorData.h:23
Definition CalorimeterHit.cc:18