empty property

Layout empty
final

Implementation

static final empty = Layout.internal(
    rank: 0,
    length: 0,
    offset: 0,
    shape: utils.toIndices([]),
    strides: utils.toIndices([]),
    isContiguous: true);