9 lines
253 B
C++
9 lines
253 B
C++
// Copyright (C) 2018-2021 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
#include "reduce_ops.hpp"
|
|
|
|
using Type = ::testing::Types<ngraph::op::v1::ReduceMax>;
|
|
INSTANTIATE_TYPED_TEST_SUITE_P(attributes_reduce_max, ReduceOpsAttrTest, Type);
|