urbanlc.model.pipeline_transforms.AppendBUI.to_empty#
- AppendBUI.to_empty(*, device: Union[str, device]) T #
Moves the parameters and buffers to the specified device without copying storage.
- Args:
- device (
torch.device
): The desired device of the parameters and buffers in this module.
- device (
- Returns:
Module: self