Method broadcastToSameInDims
val broadcastToSameInDims: seq<int> * ITensor list -> ITensor list
Broadcasts all specified tensors to have the same size in the specified dimensions.
Declaration
val broadcastToSameInDims: dims:seq<int> * xs:ITensor list -> ITensor list
Parameters
Type | Name | Description |
---|---|---|
seq<int> | dims | A list of dimensions that should be broadcasted to have the same size. |
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 size in the specified dimensions. |