mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Add pre-release notice to c_api (#38)
This commit is contained in:
parent
c07b4aff5e
commit
a9b52f399d
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
// =====================================================================================================
|
||||
// NOTE: This header is PRE-RELEASE and subject to change. Please do not rely on this file not changing.
|
||||
// =====================================================================================================
|
||||
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue