Constructor Einsum
Einsum(string, string[], string)
Initializes and returns an instance of Einsum math operation layer.
Declaration
public Einsum(string name, string[] inputs, string equation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name to use for the output tensor of the layer. |
| string[] | inputs | The names to use for the input tensors of the layer. |
| string | equation | The equation of the Einstein summation as a comma-separated list of subscript labels. |