Star
416
Fork
95
代码
介绍
代码
Issues
Pull Requests
20
流水线
Actions
讨论
Wiki
项目成员
103
分析
项目设置
Star
416
Fork
95
master
metadef
/
docs
/
api
/
GetDim-177.md
下载
Y
yelongjian
Initial commit
9a3f9ae0
创建于
2025年12月26日
历史提交
GetDim
函数功能
获取Shape第idx维的长度。
函数原型
int64_t GetDim(size_t idx) const
参数说明
参数名
输入/输出
描述
idx
输入
维度索引,索引从0开始。
返回值
第idx维的长度。
异常处理
无。
约束说明
无。