Skip to content

Commit

Permalink
Add pre-release notice to c_api (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill authored Nov 28, 2018
1 parent c07b4af commit a9b52f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/onnxruntime/core/session/onnxruntime_c_api.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit a9b52f3

Please sign in to comment.