Constructor Broadcast
Broadcast(string, params string[])
Initializes and returns an instance of broadcast layer.
Declaration
protected Broadcast(string name, params string[] inputs)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string[] | inputs | The names to use for the input tensors of the layer. |