openvino.runtime.opset8.i420_to_rgb#

openvino.runtime.opset8.i420_to_rgb(arg: Node | int | float | ndarray, arg_u: Node | int | float | ndarray | None = None, arg_v: Node | int | float | ndarray | None = None, name: str | None = None) Node#

Return a node which performs I420toRGB operation.

Parameters:
  • arg – The node providing single or Y plane data.

  • arg_u – The node providing U plane data. Required for separate planes.

  • arg_v – The node providing V plane data. Required for separate planes.

  • name – The optional name for the created output node.

Returns:

The new node performing I420toRGB operation.