16 lines
367 B
C++
16 lines
367 B
C++
// Copyright (C) 2018-2022 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
|