Constructor PRelu
PRelu(string, string, string)
Initializes and returns an instance of PRelu activation layer.
Declaration
public PRelu(string name, string input, string slope)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 first input tensor of the layer. | 
| string | slope | The name to use for the slope input tensor of the layer. |