AsyncGetTensorC
Function Description
Obtains the result matrix computed asynchronously by the Iterate API. This function is replaced with GetTensorC. You are advised to use the asynchronous GetTensorC API.
Prototype
1 | __aicore__ inline void AsyncGetTensorC(const LocalTensor<DstT>& c) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
c |
Output |
Result matrix |
Returns
None
Availability
Precautions
None
Parent topic: Matmul