Files
openvino/docs/template_plugin/tests/functional/op_reference/comparison.cpp
2021-08-09 11:42:05 +03:00

16 lines
368 B
C++

// Copyright (C) 2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "comparison.hpp"
namespace reference_tests {
namespace ComparisonOpsRefTestDefinitions {
namespace {
TEST_P(ReferenceComparisonLayerTest, CompareWithHardcodedRefs) {
Exec();
}
} // namespace
} // namespace ComparisonOpsRefTestDefinitions
} // namespace reference_tests