openvino.runtime.opset9.nv12_to_rgb#
- openvino.runtime.opset9.nv12_to_rgb(arg: Node | int | float | ndarray, arg_uv: Node | int | float | ndarray | None = None, name: str | None = None) Node #
Return a node which performs NV12toRGB operation.
- Parameters:
arg – The node providing single or Y plane data.
arg_uv – The node providing UV plane data. Required for separate planes.
name – The optional name for the created output node.
- Returns:
The new node performing NV12toRGB operation.