From a9b52f399d9f04f72e330c35cc3fa2e84027317f Mon Sep 17 00:00:00 2001 From: Ryan Hill <38674843+RyanUnderhill@users.noreply.github.com> Date: Tue, 27 Nov 2018 18:06:00 -0800 Subject: [PATCH] Add pre-release notice to c_api (#38) --- 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