* Move gtest to <root>/wqthirdparty
* Fixed inference engine tests
* Fixed unit-tests
* Fixed GPU
* Fixed clDNN_unit_tests compilation
* Reverted ngraph changes
* Fixed VPU tests
* Fixed deprecated tests compilation
* Removed OpenVINO clone
* Added public submodule
* Removed
* Fixed Windows
* More updates for INSTANTIATE_TEST_SUITE_P
* Use release-1.10.0
* Removed ngraph copy of gtest
* Revert "Removed ngraph copy of gtest"
This reverts commit ec9fe08d79.
* Fixes for TYPED_TEST_CASE
* Fixed GNA tests
* Updated submodule
* Updaed index
* TMP disabled tests
* Revert changes and fix compilation errors
* Fixed caching tests
* Revert back
* Revert back all
Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
20 lines
343 B
C++
20 lines
343 B
C++
// Copyright (C) 2018-2021 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
#include <utility>
|
|
#include <gtest/gtest.h>
|
|
|
|
#include "mkldnn_memory.h"
|
|
|
|
using namespace MKLDNNPlugin;
|
|
using namespace InferenceEngine;
|
|
|
|
TEST(MemoryTest, SedDataCheck) {
|
|
GTEST_SKIP();
|
|
}
|
|
|
|
TEST(MemoryTest, SedDataWithAutoPadCheck) {
|
|
GTEST_SKIP();
|
|
}
|