From 1c0356f1d7015666f3bd7581efd9cfbb8abb202d Mon Sep 17 00:00:00 2001 From: RyanUnderhill Date: Tue, 27 Nov 2018 14:28:41 -0800 Subject: [PATCH] Add pre-release notice to c_api --- include/onnxruntime/core/session/onnxruntime_c_api.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/onnxruntime/core/session/onnxruntime_c_api.h b/include/onnxruntime/core/session/onnxruntime_c_api.h index 1f449db4e4313..3d1fddd195d49 100644 --- a/include/onnxruntime/core/session/onnxruntime_c_api.h +++ b/include/onnxruntime/core/session/onnxruntime_c_api.h @@ -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 #include