Method broadcastToSame
val broadcastToSame: ITensor list -> ITensor list
Broadcasts all specified tensors to have the same shape.
Declaration
val broadcastToSame: xs:ITensor list -> ITensor list
Parameters
Type | Name | Description |
---|---|---|
ITensor list | xs | A list of tensors to operate on. |
Returns
Type | Description |
---|---|
ITensor list | A list of the resulting tensors, all having the same shape. |