tabensemb.data.datamodule.DataModule.get_first_tensor_slice# method DataModule.get_first_tensor_slice(indices) → Tensor[source]# Get a slice of the tensor of continuous features. Parameters: indicesThe indices to make the slice. Returns: torch.TensorThe sliced tensor of continuous feature.