Class CustomLayer
Represents the base class for custom model layers.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public abstract class CustomLayer : Layer
Methods
| Name | Description |
|---|---|
| InferOutputDataTypes(DataType[]) | Infer the data types of the output tensors of the custom layer given the data types of the input tensors. |