Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / include / ie_common.h
index e08c265..7d75eee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -85,6 +85,9 @@ enum Layout : uint8_t {
     // weight layouts
     OIHW = 64,
 
+    // Scalar
+    SCALAR = 95,
+
     // bias layouts
     C = 96,