Skip to content

Commit 426f099

Browse files
committed
Remove duplicate fc_op
1 parent c36a093 commit 426f099

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

paddle/operators/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ op_library(softmax_op SRCS softmax_op.cc softmax_op.cu)
5555
op_library(cross_entropy_op SRCS cross_entropy_op.cc cross_entropy_op.cu)
5656
op_library(fill_zeros_like_op SRCS fill_zeros_like_op.cc fill_zeros_like_op.cu)
5757

58-
op_library(fc_op SRCS fc_op.cc DEPS mul_op rowwise_add_op sigmoid_op
59-
softmax_op net)
60-
6158
op_library(sgd_op SRCS sgd_op.cc sgd_op.cu)
6259

6360
op_library(fc_op

0 commit comments

Comments
 (0)