|
||||
File indexing completed on 2024-11-15 08:59:49
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2024 Wouter Deconinck 0003 0004 #pragma once 0005 0006 #include <string> 0007 0008 namespace eicrecon { 0009 0010 struct InclusiveKinematicsMLConfig { 0011 0012 std::string modelPath{"calibrations/onnx/identity_gemm_w1x1_b1.onnx"}; 0013 0014 }; 0015 0016 } // eicrecon
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |