Method CopyNDIndex
CopyNDIndex(TensorNDIterator)
Copies the dimension indices from another iterator. If the shapes of the iterators are not the same the final flattened index may be different.
Declaration
public void CopyNDIndex(TensorNDIterator other)
Parameters
Type | Name | Description |
---|---|---|
TensorNDIterator | other | The iterator to copy. |