Spaces:
Sleeping
Sleeping
File size: 167 Bytes
dc2106c |
1 2 3 4 5 6 7 8 9 10 11 |
/*
* 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
|