Class Einsum
Represents an Einsum math operation layer.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public class Einsum : Layer
Constructors
| Name | Description |
|---|---|
| Einsum(string, string[], string) | Initializes and returns an instance of |
Fields
| Name | Description |
|---|---|
| equation | The equation of the Einstein summation as a comma-separated list of subscript labels. |
Methods
| Name | Description |
|---|---|
| Execute(Tensor[], ExecutionContext) | Executes the layer using the operations and variables from the If the layer has more than one output, output tensors are saved to variables. |
| ToString() | Returns a string that represents the |