ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace FlavorTagInference {
11 // Options for the onnx session. The defaults give the CPU session that
12 // has always been built here.
14 std::string execution_provider = "CPU";
15 int device_id = 0;
16 bool use_tf32 = false;
17 };
18}
19
20#endif
This file contains "getter" functions used for accessing tagger inputs from the EDM.