Property this
this[int]
Gets or sets the tensor shape at a given axis. Ex: shape (3, 4, 5, 6) index 0, 1, 2, 3 -4,-3,-2,-1 shape (7, 3, 2) index 0, 1, 2 -3,-2,-1
Declaration
public SymbolicTensorDim this[int axis] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | axis |
Property Value
Type | Description |
---|---|
SymbolicTensorDim |