冷傲鞋垫

文章
9
资源
0
加入时间
3年1月12天

获取动静态张量的shape

def combined_static_and_dynamic_shape(tensor): """Returns a list containing static and dynamic values for the dimensions. Returns a list of static and dynamic values for shape dimensions. This i...

slam十四讲--使用cmake(开始slam工程)

新建slambook/ch2文件夹 新建一个helloslam.cpp#include <iostream>using namespace std;int main( int argc, char** argv ){ cout<<"hello slam"; return 0;}再新建一个CMakeLists.txt#声明要求...