Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / api / C / pyramid_roi_align.h
@@ -1,4 +1,3 @@
-/*
 // Copyright (c) 2018 Intel Corporation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-*/
-
-#include "auto_tuner.h"
-#include "auto_tuner_offline.h"
-namespace kernel_selector 
-{
-    //SKL GT2
-    void tuning_cache_1912(tuning_data& td)
-    {
-        tuning_cache_1912_B1_B16(td);
-        tuning_cache_1912_B8(td);
-        tuning_cache_1912_B32_B64(td);
-    }
-}
\ No newline at end of file
+
+#pragma once
+
+#include "cldnn.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+    CLDNN_BEGIN_PRIMITIVE_DESC(pyramid_roi_align)
+
+    CLDNN_END_PRIMITIVE_DESC(pyramid_roi_align)
+
+    CLDNN_DECLARE_PRIMITIVE_TYPE_ID(pyramid_roi_align);
+
+
+#ifdef __cplusplus
+}
+#endif