获取Shape第idx维的长度。
int64_t GetDim(size_t idx) const
参数名
输入/输出
描述
idx
输入
维度索引,索引从0开始。
类型
-
int64_t
第idx维的长度。
无。