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