Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / api / C / pooling.h
index a8148fc..1078a46 100644 (file)
@@ -52,6 +52,8 @@ CLDNN_BEGIN_PRIMITIVE_DESC(pooling)
 cldnn_primitive_id argmax;
 /// @brief Pooling method. See #cldnn_pooling_mode.
 int32_t mode;
+/// @brief Global pooling (kernel size is equal to the spatial dimension of input tensor)
+int8_t global_pooling;
 /// @brief Defines a shift, relative to (0,0) position of the input buffer, where (0,0) point of the pooling window should start calculations.
 cldnn_tensor input_offset;
 /// @brief Defines shift in input buffer between adjacent calculations of output values.