|
|
| DummyDataset (size_t size=100) |
| |
|
int | get (size_t index) override |
| | Returns the example at the given index.
|
| |
|
torch::optional< size_t > | size () const override |
| | Returns the size of the dataset, or an empty optional if it is unsized.
|
| |
| std::vector< ExampleType > | get_batch (ArrayRef< size_t > indices) override |
| | Returns a batch of data. More...
|
| |
|
MapDataset< DummyDataset, TransformType > | map (TransformType transform)& |
| | Creates a MapDataset that applies the given transform to this dataset.
|
| |
|
MapDataset< DummyDataset, TransformType > | map (TransformType transform)&& |
| | Creates a MapDataset that applies the given transform to this dataset.
|
| |
|
|
using | ExampleType = int |
| |
|
using | SelfType = DummyDataset |
| |
|
using | BatchType = std::vector< int > |
| |
|
using | BatchRequestType = ArrayRef< size_t > |
| |
|
static constexpr bool | is_stateful |
| |
Definition at line 30 of file dataloader.cpp.
The documentation for this struct was generated from the following file: