Class FusedActivation
Represents a base class for layers with an optional fused activation at the end of the execution.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public abstract class FusedActivation : Layer
Fields
Name | Description |
---|---|
fusedActivation | The fused activation to apply at the end of the execution as a |
Methods
Name | Description |
---|---|
ToString() | Returns a string that represents the |