Method GatherInputs
GatherInputs(Layer)
Gathers the input tensors for a given layer.
Declaration
Tensor[] GatherInputs(Layer forLayer)
Parameters
Type | Name | Description |
---|---|---|
Layer | forLayer | The layer to gather inputs for. |
Returns
Type | Description |
---|---|
Tensor[] | The tensor inputs for the layer as an array. |