mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
3 lines
73 B
C++
3 lines
73 B
C++
cout << RowVectorXi::Zero(4) << endl;
|
|
cout << VectorXf::Zero(2) << endl;
|