diff --git a/python/paddle/tensor/manipulation.py b/python/paddle/tensor/manipulation.py index d94ea714e90b10b2d81cf4014522c3004b7c0a9d..598ab9d74e14f8c6fe4e2aba407b327a523fd730 100644 --- a/python/paddle/tensor/manipulation.py +++ b/python/paddle/tensor/manipulation.py @@ -175,9 +175,6 @@ def flip(x, axis, name=None): return out -reverse = flip #DEFINE_ALIAS - - def flatten(x, start_axis=0, stop_axis=-1, name=None): """ **Flatten op**