Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
seemingwang committed Dec 23, 2021
1 parent 7af9f29 commit d742549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/tensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
from .math import angle # noqa: F401
from .math import fmax # noqa: F401
from .math import fmin # noqa: F401

from .random import multinomial # noqa: F401
from .random import standard_normal # noqa: F401
from .random import normal # noqa: F401
Expand Down

0 comments on commit d742549

Please sign in to comment.