init(start:end:stride:)
Creates a slice layer with the start, end, and stride you specify.
Declaration
convenience init?(start: [Int], end: [Int], stride: [Int]?)Parameters
- start:
The start vector.
- end:
The end vector.
- stride:
The stride vector.
Creates a slice layer with the start, end, and stride you specify.
convenience init?(start: [Int], end: [Int], stride: [Int]?)The start vector.
The end vector.
The stride vector.