splitSectionLengths
An array that contains the lengths of each split section.
Declaration
var splitSectionLengths: [Int]? { get }Discussion
The layer splits the tensor into chunks along dimensions with sizes given in splitSectionLengths.
An array that contains the lengths of each split section.
var splitSectionLengths: [Int]? { get }The layer splits the tensor into chunks along dimensions with sizes given in splitSectionLengths.