class MXNet::Gluon::Data::ArrayDataset

Overview

A dataset that combines multiple dataset-like objects.

Defined in:

mxnet/gluon/data/dataset.cr

Constructors

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.


[View source]
def self.new(t : Indexable(T), u : Indexable(U), v : Indexable(V), w : Indexable(W)) forall T, U, V, W #

Creates a new instance.


[View source]
def self.new(t : Indexable(T), u : Indexable(U), v : Indexable(V)) forall T, U, V #

Creates a new instance.


[View source]
def self.new(t : Indexable(T), u : Indexable(U)) forall T, U #

Creates a new instance.


[View source]
def self.new(t : Indexable(T)) forall T #

Creates a new instance.


[View source]