xlnstorch.operators.lns_chunk# xlnstorch.operators.lns_chunk(x, chunks, dim=0)# See docs for torch.chunk() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors. Parameters: x (Tensor) chunks (int) dim (int) Return type: Tuple[Tensor, …]