Method RemoveDim
RemoveDim(int)
Creates a new iterator by skipping an axis of this iterator.
Declaration
public TensorNDIterator RemoveDim(int axis)
Parameters
| Type | Name | Description |
|---|---|---|
| int | axis | The axis to skip. |
Returns
| Type | Description |
|---|---|
| TensorNDIterator | The created iterator. |