Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:28:00

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 Wouter Deconinck, Dmitry Kalinkin
0003 
0004 #pragma once
0005 
0006 #include <string>
0007 
0008 namespace eicrecon {
0009 
0010 struct ONNXInferenceConfig {
0011 
0012   std::string modelPath;
0013 };
0014 
0015 } // namespace eicrecon