We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69909b4 commit 8bcd870Copy full SHA for 8bcd870
doc/api.rst
@@ -5,12 +5,6 @@ API reference
5
6
This page provides an auto-generated summary of Xbatcher's API.
7
8
-Core
9
-====
10
-
11
-.. autoclass:: xbatcher.BatchGenerator
12
- :members:
13
14
Dataset.batch and DataArray.batch
15
=================================
16
@@ -22,3 +16,17 @@ Dataset.batch and DataArray.batch
22
23
17
Dataset.batch.generator
24
18
DataArray.batch.generator
19
+
20
+Core
21
+====
+.. autoclass:: xbatcher.BatchGenerator
+ :members:
25
26
+Dataloaders
27
+===========
28
+.. autoclass:: xbatcher.loaders.torch.MapDataset
29
30
31
+.. autoclass:: xbatcher.loaders.torch.IterableDataset
32
0 commit comments