OrdinaryLayer.OrdinaryLayer Constructors
Initializes a new instance of the OrdinaryLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | OrdinaryLayer() | Initializes a new instance of the OrdinaryLayer class without an input operator. |
Public method | OrdinaryLayer(Operator input) | Initializes a new instance of the OrdinaryLayer class with the specified input operator. |
OrdinaryLayer()
Initializes a new instance of the OrdinaryLayer class without an input operator.Syntax
public OrdinaryLayer ()
OrdinaryLayer(Operator input)
Initializes a new instance of the OrdinaryLayer class with the specified input operator.Syntax
public OrdinaryLayer (
Operator input
)
Parameters
input
Type: Operator
The operator to read features from.
The operator to read features from.
Platforms
Windows, Linux, Android