Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OccupyMars2025 committed Sep 4, 2022
1 parent afe4e96 commit cf221c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/paddle/fluid/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def to_list(s):
from .core_avx import *
from .core_avx import __doc__, __file__, __name__, __package__
from .core_avx import __unittest_throw_exception__
from .core_avx import iinfo
from .core_avx import _append_python_callable_object_and_return_id
from .core_avx import _cleanup, _Scope
from .core_avx import _get_use_default_grad_op_desc_maker_ops
Expand Down Expand Up @@ -318,7 +317,6 @@ def to_list(s):
from .core_noavx import *
from .core_noavx import __doc__, __file__, __name__, __package__
from .core_noavx import __unittest_throw_exception__
from .core_noavx import iinfo
from .core_noavx import _append_python_callable_object_and_return_id
from .core_noavx import _cleanup, _Scope
from .core_noavx import _get_use_default_grad_op_desc_maker_ops
Expand Down

0 comments on commit cf221c9

Please sign in to comment.