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
Syntax
[Serializable]
public abstract class FusedActivation : Layer
Fields
fusedActivation
The fused activation to apply at the end of the execution as a FusableActivation
.
Declaration
public FusableActivation fusedActivation
Field Value
Type | Description |
---|---|
FusableActivation |
Methods
ToString()
Returns a string that represents the Layer
.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |