Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:05:44

0001 /*
0002  * SPDX-License-Identifier: Apache-2.0
0003  */
0004 
0005 #pragma once
0006 
0007 #include "onnx/onnx_pb.h"
0008 #ifdef ONNX_ML
0009 #include "onnx/onnx-operators-ml.pb.h"
0010 #else
0011 #include "onnx/onnx-operators.pb.h"
0012 #endif