Constructor Div
Div(string, string, string)
Initializes and returns an instance of Div math operation layer.
Declaration
public Div(string name, string a, string b)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string | a | The name to use for the numerator input tensor of the layer. | 
| string | b | The name to use for the denominator input tensor of the layer. |