init(dimension:)
Creates a gather layer with the dimension you specify.
Declaration
convenience init(dimension: Int)Parameters
- dimension:
The dimension to index.
Creates a gather layer with the dimension you specify.
convenience init(dimension: Int)The dimension to index.