Setup and Install
Quick Start Guides
Workflow and Components
Runtime API Documentation
Additional Information
Resources and Support
Related AMD Solutions
Get all output tensors of runner.
Sample code:
outputTensors = runner.get_output_tensors() shapeOut = tuple(outputTensors[0].dims)
List[xir.Tensor], all output tensors. A vector of raw pointer to the output tensor.
Functions