torch.TileShape
export type TileShape<S extends Shape, R extends readonly number[]> = RepeatShape<S, R>;Sextends ShapeRextends readonly number[]Alias for RepeatShape (tile and repeat have the same semantics).
export type TileShape<S extends Shape, R extends readonly number[]> = RepeatShape<S, R>;Sextends ShapeRextends readonly number[]Alias for RepeatShape (tile and repeat have the same semantics).