Property this
this[int]
Gets or sets the tensor shape at a given axis. A negative axis counts backwards from the inner dimension.
Declaration
public int this[int axis] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | axis | The axis to get or set. |
Property Value
Type | Description |
---|---|
int |