dpuGetBoundaryIOTensor() - 1.1 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2020-03-23
Version
1.1 English

Synopsis

DPUTensor * dpuGetInputTotalSize
(
DPUTask *task, 
Const char
      *tensorName
    )

Arguments

task
The pointer to DPU Task.
tensorName
Tensor Name that is listed out by VAI_C compiler after model compilation.

Description

Get DPU task’s boundary input or output tensor from the specified tensor name. The info of tensor names is listed out by VAI_C compiler after model compilation.

Returns

Pointer to DPUTensor.

Include File

n2cube.h

Availability

Vitis AI v1.0