Skip to content

Commit

Permalink
add the missing type prop case
Browse files Browse the repository at this point in the history
  • Loading branch information
songbell committed Jul 5, 2021
1 parent 17c4c07 commit ecdc3d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ngraph/test/type_prop/atan.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright (C) 2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//

#include "unary_ops.hpp"

using Type = ::testing::Types<ngraph::op::Atan>;

INSTANTIATE_TYPED_TEST_SUITE_P(type_prop_atan, UnaryOperator, Type);

0 comments on commit ecdc3d3

Please sign in to comment.