torch ::Tensor box_1 = torch::rand({5,4}); std::cout<<box_1<<std::endl; //可以打印出数值 box_1.print();//可以打印形状 ...
確定! 回上一頁