11 lines
157 B
C
11 lines
157 B
C
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// clang-format off
|
|
#include "onnx/onnx_pb.h"
|
|
#include "onnx/onnx-data.pb.h"
|
|
// clang-format on
|