openvino/inference-engine/tests/unit/cpu/mkldnn_memory_test.cpp

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();
}