ATLAS Offline Software
Loading...
Searching...
No Matches
OnnxNNCollection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Include the full OnnxRuntime header here so that Ort::Session is a complete
6// type when unique_ptr's destructor is instantiated. This keeps the heavy
7// onnxruntime headers out of the public OnnxNNCollection.h.
8#include <onnxruntime_cxx_api.h>
10