获取shape第idx维度。
int64_t GetShapeDim(const size_t idx) const;
参数名
输入/输出
描述
idx
输入
维度的索引,索引从0开始。
类型
-
int64_t
返回shape第idx位置的值,默认值为0。
无。