dpuGetTensorAddress() - 1.3 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-02-03
Version
1.3 English

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

Include File

n2cube

Availability

Vitis AI v1.0