tilus.Script.assign¶
- Script.assign(dst, src)[source]¶
Assign the value of src tensor to dst tensor.
This instruction copies the contents of the source register tensor src to the destination register tensor dst.
- Parameters:
dst (RegisterTensor) – The destination tensor.
src (RegisterTensor) – The source tensor.
- Return type:
None