Class Concat
Represents a Concat concatenation layer. The layer computes the output tensor by concatenating the input tensors along a given axis.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public class Concat : Layer
Constructors
| Name | Description |
|---|---|
| Concat(string, string[], int) | Initializes and returns an instance of |
Fields
| Name | Description |
|---|---|
| axis | The axis along which to concatenate the input tensors. |
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 |