Method ShallowCopy
ShallowCopy()
Returns a shallow copy of the current Tensor. The copy shares data storage with original tensor.
Declaration
public Tensor ShallowCopy()
Returns
| Type | Description |
|---|---|
| Tensor | The copied tensor sharing the same data storage as the original tensor. |