Class Broadcast
Represents a base class for layers that apply an operation to input tensors using numpy-style broadcasting.
Inherited Members
Namespace: Unity.Sentis.Layers
Syntax
[Serializable]
public abstract class Broadcast : Layer
Constructors
Broadcast(String, 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. |