Function to get running results of the rcan neural network in batch mode , used to receive user's xrt_bo to support zero copy.
Prototype
std::vector<
RcanResult
> run(const std::vector< vart::xrt_bo_t > &input_bos)=0;
Parameters
The following table lists the run function arguments.
| Type | Member | Description |
|---|---|---|
| const std::vector< vart::xrt_bo_t > & | input_bos | The vector of vart::xrt_bo_t. |
Returns
The vector ofRcanResult
.