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

16 lines
362 B
C++

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