openvino.runtime.opset11.concat#

openvino.runtime.opset11.concat(nodes: List[Node | int | float | ndarray], axis: int, name: str | None = None) Node#

Concatenate input nodes into single new node along specified axis.

Parameters:
  • nodes – The nodes we want concatenate into single new node.

  • axis – The axis along which we want to concatenate input nodes.

  • name – The optional new name for output node.

Returns:

Return new node that is a concatenation of input nodes.