get_output_tensors

Functions

get_output_tensors()
module get_output_tensors

Get all output tensors of runner.

Sample code:

outputTensors = runner.get_output_tensors()
shapeOut = tuple(outputTensors[0].dims)
Returns:

List[xir.Tensor], all output tensors. A vector of raw pointer to the output tensor.

Functions

get_output_tensors()