From 1dba8ee7950baf216c82e53fe30159a242ccf76d Mon Sep 17 00:00:00 2001 From: dengkaipeng Date: Thu, 20 Aug 2020 12:06:03 +0000 Subject: [PATCH] update BatchSampler. test=develop --- doc/fluid/api/io/BatchSampler.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/fluid/api/io/BatchSampler.rst b/doc/fluid/api/io/BatchSampler.rst index 91b872bec..ac0ddeda1 100644 --- a/doc/fluid/api/io/BatchSampler.rst +++ b/doc/fluid/api/io/BatchSampler.rst @@ -2,6 +2,11 @@ BatchSampler ------------------------------- -:doc_source: paddle.fluid.dataloader.BatchSampler + +.. autoclass:: paddle.fluid.io.BatchSampler + :members: + :inherited-members: + :noindex: + -- GitLab