Skip to content

Commit

Permalink
【Hackathon No.25】为 Paddle 新增 nanquantile 数学计算API (#41343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Apr 15, 2022
1 parent 2eac4db commit b9ee6a2
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 304 deletions.
2 changes: 2 additions & 0 deletions python/paddle/__init__.py
Expand Up @@ -329,6 +329,7 @@
from .tensor.stat import numel # noqa: F401
from .tensor.stat import median # noqa: F401
from .tensor.stat import quantile # noqa: F401
from .tensor.stat import nanquantile # noqa: F401
from .device import get_cudnn_version # noqa: F401
from .device import set_device # noqa: F401
from .device import get_device # noqa: F401
Expand Down Expand Up @@ -495,6 +496,7 @@
'numel',
'median',
'quantile',
'nanquantile',
'no_grad',
'set_grad_enabled',
'is_grad_enabled',
Expand Down
236 changes: 0 additions & 236 deletions python/paddle/fluid/tests/unittests/test_quantile.py

This file was deleted.

0 comments on commit b9ee6a2

Please sign in to comment.