Skip to content

Commit

Permalink
[Fluid API]Remove multiple APIs in control_flow (#48279)
Browse files Browse the repository at this point in the history
* remove lod_tensor_to_array, array_to_lod_tensor, DynamicRNN

* remove less_equal, greater_than, greater_equal, equal, not_equal
  • Loading branch information
LiYuRio authored Nov 29, 2022
1 parent f080521 commit c0d31da
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 3,210 deletions.
2 changes: 0 additions & 2 deletions paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ if (WITH_ASCEND_CL)
endif()

# FIXME(typhoonzero): operator deps may not needed.
# op_library(lod_tensor_to_array_op DEPS lod_rank_table_op)
# op_library(array_to_lod_tensor_op DEPS lod_rank_table_op)
# op_library(unsqueeze_op DEPS reshape_op)
# op_library(squeeze_op DEPS reshape_op)
# op_library(flatten_op DEPS reshape_op)
Expand Down
Loading

0 comments on commit c0d31da

Please sign in to comment.