Property blockAxis
blockAxis
Returns the axis of the tensor which is blocked.
It is possible to block on negative axes by considering a tensor of shape (d0, d1 ... dn) as one of shape (1, 1, .... 1, d0, d1 ... dn).
Thus negative axis values do not count from the back of the shape as elsewhere.
Declaration
public int blockAxis { get; }
Property Value
Type | Description |
---|---|
int |