Constructor ScaleBias
ScaleBias(string, string, string, string)
Initializes and returns an instance of ScaleBias normalization layer.
Declaration
public ScaleBias(string name, string input, string scale, string bias)
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. |
| string | scale | The name to use for the scale tensor of the layer. |
| string | bias | The name to use for the bias tensor of the layer. |