Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / tests / gtests / test_deconvolution.cpp
index 1c2bac8..71e0675 100644 (file)
@@ -120,7 +120,7 @@ private:
 
    std::shared_ptr<engine> eng;
    bool with_bias;
-   std::vector<int> padR;
+   std::vector<ptrdiff_t> padR;
 protected:
     virtual void SetUp() {
         auto p = ::testing::TestWithParam<deconvolution_test_params>::GetParam();