CMS 3D CMS Logo

tensor_configs.h
Go to the documentation of this file.
1 #ifndef RecoBTag_ONNXRuntime_tensor_configs_h
2 #define RecoBTag_ONNXRuntime_tensor_configs_h
3 
4 namespace deepflavour {
5 
6  constexpr unsigned n_features_global = 15;
7 
8  constexpr unsigned n_cpf = 25;
9  constexpr unsigned n_features_cpf = 16;
10 
11  constexpr unsigned n_npf = 25;
12  constexpr unsigned n_features_npf = 6;
13 
14  constexpr unsigned n_sv = 4;
15  constexpr unsigned n_features_sv = 12;
16 
17 } // namespace deepflavour
18 
19 namespace deepvertex {
20 
21  constexpr unsigned n_features_global = 4;
22 
23  constexpr unsigned n_seed = 10;
24  constexpr unsigned n_features_seed = 21;
25 
26  constexpr unsigned n_neighbor = 20;
27  constexpr unsigned n_features_neighbor = 36;
28 
29 } // namespace deepvertex
30 
31 #endif
constexpr unsigned n_features_cpf
Definition: tensor_configs.h:9
constexpr unsigned n_neighbor
constexpr unsigned n_features_global
constexpr unsigned n_sv
constexpr unsigned n_features_sv
constexpr unsigned n_features_npf
constexpr unsigned n_features_neighbor
constexpr unsigned n_features_global
Definition: tensor_configs.h:6
constexpr unsigned n_features_seed
constexpr unsigned n_cpf
Definition: tensor_configs.h:8
constexpr unsigned n_seed
constexpr unsigned n_npf