run - run - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English

Function to get running results of the reid neural network in batch mode , used to receive user's xrt_bo to support zero copy.

Prototype

std::vector< 
               ReidResult
             > run(const std::vector< vart::xrt_bo_t > &input_bos)=0;

Parameters

The following table lists the run function arguments.

Table 1. run Arguments
Type Member Description
const std::vector< vart::xrt_bo_t > & input_bos The vector of vart::xrt_bo_t.

Returns

The vector of ReidResult .