If we << a torch::Tensor
<<
torch::Tensor
torch::Tensor input_torch = torch::zeros({2, 3, 4}); cout << input_torch << endl;