openvino.runtime.opset8.concat¶
- openvino.runtime.opset8.concat(nodes: List[Union[openvino._pyopenvino.Node, int, float, numpy.ndarray]], axis: int, name: Optional[str] = None) openvino._pyopenvino.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.