Script.assign

Contents

Script.assign

Script.assign(dst, src)

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:
Return type:

None

Notes

  • Thread group: Can be executed by any sized thread group.