Method AttachToDevice
AttachToDevice(ITensorData)
Associates a tensor with the block of data on a device. Sentis downloads from source
on first access.
Make sure source
contains initialized and valid data that represents tensor values.
Declaration
public void AttachToDevice(ITensorData source)
Parameters
Type | Name | Description |
---|---|---|
ITensorData | source | The data on device to associate to the tensor. |