openvino/docs/template_plugin/tests/functional/op_reference/logical.cpp

18 lines
364 B
C++

// Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "logical.hpp"
namespace reference_tests {
namespace LogicalOpsRefTestDefinitions {
namespace {
TEST_P(ReferenceLogicalLayerTest, LogicalWithHardcodedRefs) {
Exec();
}
} // namespace
} // namespace LogicalOpsRefTestDefinitions
} // namespace reference_tests