Contents

sequence_descriptor

A 1D array of unsigned-integer elements that determines the batch size for each step.

Declaration

var sequence_descriptor: BNNSNDArrayDescriptor

Discussion

If seq_len is greater than 1 and the data property of this descriptor is nil, BNNS uses the same batch_size for the entire sequence.

See Also

Instance Properties