dopt v0.3.12 (2018-05-30T08:02:37Z)
Dub
Repo
BatchIterator
dopt
nnet
data
Undocumented in source.
interface
BatchIterator {
size_t
[][]
shape
();
size_t
[]
volume
();
size_t
length
();
void
getBatch
(float[][] batchData);
bool
finished
();
void
restart
();
}
Members
Functions
finished
bool
finished
()
Undocumented in source.
getBatch
void
getBatch
(float[][] batchData)
Undocumented in source.
length
size_t
length
()
Undocumented in source.
restart
void
restart
()
Undocumented in source.
shape
size_t
[][]
shape
()
Undocumented in source.
volume
size_t
[]
volume
()
Undocumented in source.
Meta
Source
See Implementation
dopt
nnet
data
modules
cifar
imagetransformer
mnist
sins
svhn
classes
SupervisedBatchIterator
interfaces
BatchIterator