Skip to content

Commit

Permalink
drop op_eval to be covered in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
songbell committed Jul 1, 2021
1 parent 0ff838a commit 3f1a39f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion ngraph/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ set(SRC
ngraph_api.cpp
node_input_output.cpp
op.cpp
op_eval/atan.cpp
op_eval/binary_convolution.cpp
op_eval/bucketize.cpp
op_eval/clamp.cpp
Expand Down Expand Up @@ -98,6 +97,7 @@ set(SRC
type_prop/adaptive_max_pool.cpp
type_prop/asin.cpp
type_prop/assign.cpp
type_prop/atan.cpp
type_prop/avg_pool.cpp
type_prop/batch_norm.cpp
type_prop/batch_to_space.cpp
Expand Down
37 changes: 0 additions & 37 deletions ngraph/test/op_eval/atan.cpp

This file was deleted.

0 comments on commit 3f1a39f

Please sign in to comment.