Synopsis
dpuGetTensorAddress
(
tensor
)
Arguments
- tensor
- The ctypes pointer to DPU Tensor
Description
Get the ctypes pointer that points to the data of DPU Task’s output Tensor.
Note: For C++ API, it returns int8_t type start address of DPU Task’s output
Tensor.
Returns
Return ctypes pointer that points to the data of DPU Tensor. Using together with dpuGetTensorData, the users can get Tensor’s data
See Also
Include File
n2cube
Availability
Vitis AI v1.0