ngraph.einsum¶
-
ngraph.
einsum
(inputs: List[_pyngraph.Node], equation: str) → _pyngraph.Node¶ Return a node which performs Einsum operation.
- Parameters
inputs – The list of input nodes
equation – Einsum equation
- Return:
The new node performing Einsum operation on the inputs