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