支持获取某个维度的信息或维度切片。
用法示例:dims[i] or dims[i:j]
__getitem__(self: Dims, arg0: int) -> int
参数名
参数类型
输入/输出
说明
arg0
int
输入
代表某维度的索引。