Constructor Max
Max(string, string[])
Initializes and returns an instance of Max math operation layer.
Declaration
public Max(string name, string[] inputs)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string[] | inputs | The array of names to use for the input tensors of the layer. |