import torch # Create PyTorch tensor A_torch = torch.tensor([1, 2]) # Convert tensor to NumPy array A_np = A_torch.numpy()