openvino.runtime.opset16.identity# openvino.runtime.opset16.identity(data: Node | int | float | ndarray, name: str | None = None) → Node# Identity operation is used as a placeholder. It creates a copy of the input to forward to the output. Parameters: data – Tensor with data. Returns: The new node performing Identity operation.