Skip to content

Commit

Permalink
clang code check
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardogiannini committed Nov 11, 2020
1 parent af62913 commit 49d85c2
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions RecoBTag/ONNXRuntime/interface/tensor_configs.h
Expand Up @@ -4,29 +4,28 @@
namespace deepflavour {

constexpr unsigned n_features_global = 15;
constexpr unsigned n_cpf = 25;

constexpr unsigned n_cpf = 25;
constexpr unsigned n_features_cpf = 16;
constexpr unsigned n_npf = 25;

constexpr unsigned n_npf = 25;
constexpr unsigned n_features_npf = 6;
constexpr unsigned n_sv = 4;

constexpr unsigned n_sv = 4;
constexpr unsigned n_features_sv = 12;

}
} // namespace deepflavour

namespace deepvertex {

constexpr unsigned n_features_global = 4;

constexpr unsigned n_seed = 10;
constexpr unsigned n_features_seed = 21;

constexpr unsigned n_neighbor = 20;
constexpr unsigned n_features_neighbor = 36;

}
} // namespace deepvertex

#endif

0 comments on commit 49d85c2

Please sign in to comment.