#!/usr/bin/env python # coding: utf-8 # In[1]: import torch # In[2]: t = torch.Tensor(1, 0) print(t)