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