Files
openvino/ngraph/test/visitors/op/reduce_max.cpp
2021-06-24 02:52:04 +03:00

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);