Contents

interleaveLayout

Returns the interleaved layout of this ndArray, or nil if there is no interleave.

Declaration

var interleaveLayout: NDArray.InterleaveLayout? { get }

Discussion

In the common case where the model was not explicitly converted with interleave specified on a tensor, this property will be nil.

See NDArray.InterleaveLayout for full documentation on interleaved layouts.