Constructor Less
Less(string, string, string)
Initializes and returns an instance of Less logical operation layer.
Declaration
public Less(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. |