class MXNet::Gluon::Data::ArrayDataset
- MXNet::Gluon::Data::ArrayDataset
- Reference
- Object
Overview
A dataset that combines multiple dataset-like objects.
Defined in:
mxnet/gluon/data/dataset.crConstructors
-
.new(t : Indexable(T), u : Indexable(U), v : Indexable(V), w : Indexable(W), x : Indexable(X)) forall T, U, V, W, X
Creates a new instance.
-
.new(t : Indexable(T), u : Indexable(U), v : Indexable(V), w : Indexable(W)) forall T, U, V, W
Creates a new instance.
-
.new(t : Indexable(T), u : Indexable(U), v : Indexable(V)) forall T, U, V
Creates a new instance.
-
.new(t : Indexable(T), u : Indexable(U)) forall T, U
Creates a new instance.
-
.new(t : Indexable(T)) forall T
Creates a new instance.
Constructor Detail
def self.new(t : Indexable(T), u : Indexable(U), v : Indexable(V), w : Indexable(W), x : Indexable(X)) forall T, U, V, W, X
#
Creates a new instance.
def self.new(t : Indexable(T), u : Indexable(U), v : Indexable(V), w : Indexable(W)) forall T, U, V, W
#
Creates a new instance.
def self.new(t : Indexable(T), u : Indexable(U), v : Indexable(V)) forall T, U, V
#
Creates a new instance.