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