Clone clones this tensor, creating a duplicate copy of itself with its own separate memory representation of all the values, and returns that as a Tensor (which can be converted into the known type as needed).
()
| 124 | // own separate memory representation of all the values, and returns |
| 125 | // that as a Tensor (which can be converted into the known type as needed). |
| 126 | Clone() Tensor |
| 127 | |
| 128 | // CopyFrom copies all avail values from other tensor into this tensor, with an |
| 129 | // optimized implementation if the other tensor is of the same type, and |
no outgoing calls