Method broadcastToSameInDimsMany
val broadcastToSameInDimsMany: seq<int> -> TensorLayout list -> TensorLayout list
broadcasts to have the same size in the given dimensions
Declaration
val broadcastToSameInDimsMany: dims:seq<int> -> sas:TensorLayout list -> TensorLayout list
Parameters
| Type | Name | Description |
|---|---|---|
| seq<int> | dims | |
| TensorLayout list | sas |
Returns
| Type | Description |
|---|---|
| TensorLayout list |