mmengine.model.stack_batch — mmengine 0.10.7 documentation (original) (raw)

mmengine.model.stack_batch(tensor_list, pad_size_divisor=1, pad_value=0)[source]

Stack multiple tensors to form a batch and pad the tensor to the max shape use the right bottom padding mode in these images. Ifpad_size_divisor > 0, add padding to ensure the shape of each dim is divisible by pad_size_divisor.

Parameters:

Returns:

The n dim tensor.

Return type:

Tensor