openvino.runtime.opset13.nv12_to_bgr#
- openvino.runtime.opset13.nv12_to_bgr(arg: Node | int | float | ndarray, arg_uv: Node | int | float | ndarray | None = None, name: str | None = None) Node #
Return a node which performs NV12toBGR 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 NV12toBGR operation.