data.buffer.middleware.padding¶
padding¶
padding¶
- ding.data.buffer.middleware.padding.padding(policy='random')[source]¶
- Overview:
Fill the nested buffer list to the same size as the largest list. The default policy random will randomly select data from each group and fill it into the current group list.
- Arguments:
policy (
str
): Padding policy, supports random, none.