mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
3 lines
77 B
C++
3 lines
77 B
C++
cout << 6 * RowVectorXi::Ones(4) << endl;
|
|
cout << VectorXf::Ones(2) << endl;
|