From 49d85c2466e7e478fad470eb966501f1be595db5 Mon Sep 17 00:00:00 2001 From: leonardo Date: Wed, 11 Nov 2020 10:40:22 +0100 Subject: [PATCH] clang code check --- .../ONNXRuntime/interface/tensor_configs.h | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/RecoBTag/ONNXRuntime/interface/tensor_configs.h b/RecoBTag/ONNXRuntime/interface/tensor_configs.h index 9b19bf3832975..e528b4e92f74a 100644 --- a/RecoBTag/ONNXRuntime/interface/tensor_configs.h +++ b/RecoBTag/ONNXRuntime/interface/tensor_configs.h @@ -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 -