ATLAS Offline Software
|
#include "AthOnnxInterfaces/IAthInferenceTool.h"
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "GaudiKernel/ServiceHandle.h"
#include <onnxruntime_cxx_api.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | AthOnnx::EvaluateModelWithAthInfer |
Algorithm demonstrating the usage of the ONNX Runtime C++ API. More... | |
Namespaces | |
AthOnnx | |
Namespace holding all of the Onnx Runtime example code. | |