Constructor Hardmax
Hardmax(string, string, int)
Initializes and returns an instance of Hardmax activation layer.
Declaration
public Hardmax(string name, string input, int axis = -1)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string | input | The name to use for the input tensor of the layer. | 
| int | axis | The axis along which to apply the  |