openvino.runtime.opset5.transpose#
- openvino.runtime.opset5.transpose(data: Node | int | float | ndarray, input_order: Node | int | float | ndarray, name: str | None = None) Node #
Return a node which transposes the data in the input tensor.
- Parameters:
data – The input tensor to be transposed
input_order – Permutation of axes to be applied to the input tensor
- Returns:
Transpose node