openvino.runtime.opset13.einsum#
- openvino.runtime.opset13.einsum(inputs: List[Node], equation: str, name: str | None = None) Node #
Return a node which performs Einsum operation.
- Parameters:
inputs – The list of input nodes
equation – Einsum equation
name – Optional output node name.
- Returns:
The new node performing Einsum operation on the inputs