Stream information container that is used to describe streams when implementing custom minibatch source through UserMinibatchSource.

StreamInformation(name, stream_id, storage_format, dtype, shape)

Arguments

name

string (optional) the name of the Function instance in the network

stream_id

(int) unique ID of the stream

storage_format

"dense" or "sparse"

dtype

data type to be used ("float32", "float64", or "auto")

shape

list of ints representing tensor shape