batchSizePerSequenceStep
The batch size for each sequence.
Declaration
@property (nonatomic, copy, readonly) NSArray<NSNumber *> * batchSizePerSequenceStep;Discussion
The framework only populates this value when sequenceLengths is valid. The length of this array is equal to the maximum sequence length in sequenceLengths; that’s sequenceLengths[0] when sortedSequences is YES.