#include #include int main() { torch::Tensor tensor = torch::eye(3); std::cout << tensor << std::endl; }