Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:20:23

0001 // Copyright (c) ONNX Project Contributors
0002 
0003 /*
0004  * SPDX-License-Identifier: Apache-2.0
0005  */
0006 
0007 #pragma once
0008 
0009 namespace ONNX_NAMESPACE {
0010 
0011 // Represents the most recent release version. Updated with every release.
0012 constexpr const char* LAST_RELEASE_VERSION = "1.17.0";
0013 
0014 } // namespace ONNX_NAMESPACE