<img src="https://user-images.githubusercontent.com/49812372/122973806-ecb5fb00-d391-11eb-861e-038de9dc0ac4.png" alt="New TorchSharp Test Project" width="400" height="150"> ```cs Torch.SetSeed(1234); var tensor = Float32Tensor.rand(new long[] { 4, 4 }); Console.Write(tensor) ``` Currently, there is no friendly print function when using TorchSharp in e.g. [.NET Interactive](https://github.com/dotnet/interactive) , or I could have miss it?