StreamInformation: StreamInformation

Description Usage Arguments

Description

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

Usage

1
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


joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.