Method CopyTo
CopyTo(NativeTensorArray, int)
Copies all of the data to a NativeTensorArray
starting from a given offset.
Declaration
public void CopyTo(NativeTensorArray dst, int dstOffset)
Parameters
Type | Name | Description |
---|---|---|
NativeTensorArray | dst | The |
int | dstOffset | The index of the first element in the destination to copy to. |