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