ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
FlavorTagInference
FlavorTagInference
SaltModelOptions.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SALT_MODEL_OPTIONS_H
6
#define SALT_MODEL_OPTIONS_H
7
8
#include <string>
9
10
namespace
FlavorTagInference
{
11
// Options for the onnx session. The defaults give the CPU session that
12
// has always been built here.
13
struct
SaltModelOptions
{
14
std::string
execution_provider
=
"CPU"
;
15
int
device_id
= 0;
16
bool
use_tf32
=
false
;
17
};
18
}
19
20
#endif
FlavorTagInference
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition
CaloClusterLoader.h:27
FlavorTagInference::SaltModelOptions
Definition
SaltModelOptions.h:13
FlavorTagInference::SaltModelOptions::use_tf32
bool use_tf32
Definition
SaltModelOptions.h:16
FlavorTagInference::SaltModelOptions::execution_provider
std::string execution_provider
Definition
SaltModelOptions.h:14
FlavorTagInference::SaltModelOptions::device_id
int device_id
Definition
SaltModelOptions.h:15
Generated on
for ATLAS Offline Software by
1.17.0